ul.lijst {
list-style-position: outside;
list-style-type: square;
margin-top: 5px;
margin-bottom: 0px;
}
font.artikel {
font-family: Arial, Verdana;
font-size: 12px;
font-color: red;
}
A.hoofdtitel {
font-family: Arial, Verdana;
font-size: 16px;
color: black;
font-weight: bold;
text-decoration: underline;
}
A.leesverder {
font-family: Arial, Verdana;
font-size: 10px;
color: black;
}
A.titels {
font-family: Arial, Verdana;
font-size: 12px;
color: blue;
text-decoration: none;
}
A.titels:hover {
color:red;
}
A.poweredby {
font-family: Arial, Verdana;
font-size: 10px;
color: black;
}