body {
background-color: 333333;
color: eeeeee;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
A:link {
font-size: 12px;
color: ccaa00;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
A:hover {
font-size: 12px;
color: ccaa00;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
A:active {
font-size: 12px;
color: ccaa00;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
A:visited {
font-size: 12px;
color: ccaa00;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
p {
font-size: 12px;
}