BODY, H1, H2, H3, H4, H5, H6, P, LI, SMALL
{
color: #FFFFFF;
font-family: Verdana, Helvetica, sans-serif;
font-variant: normal;
}
BODY {
background-repeat: repeat;
background-attachment: fixed;
background-color: #000000;
background-image: url(bg-w-3.jpg);
}
P
{
font-size: small;
}
LI
{
font-size: small;
}
PRE {
font-family: "Courier New", monospace;
}
SMALL {
font-size: x-small;
}
a:link {
color: #ffcc00;
background-color: #000000;
}
a:visited {
color: #ffcc99;
background-color: #000000;
}
a:hover {
color: #ff0000;
text-decoration: none;
}
a:active {
color: #c10928;
text-decoration: none;
}

