h1 {
color: white;
font-size : 18px; 
}
h2 {
color: white;
font-size : 16px; 
}
a:link {
color: red;
text-decoration:none;
}

a:active {
background-color: #333333;
text-decoration:none;
}

a:hover {
color: #ffffcc;
text-decoration:none;
}

BODY { 
color : white;
} 
TD { 
color : white;
} 
BODY { 
background-color : #000000;
}