h1 {
display: none;
}

A:link {
text-decoration: none;
color: #660033;
font-weight: bold;}

A:visited { text-decoration: none;
color: #660033;
font-weight: bold; }

A:hover {
text-decoration: none;
color: #996600;
font-weight: bold;
}

A:current {
text-decoration: none;
color: #996600;
font-weight: bold;
}


A:link, A:visited, A:active { text-decoration: none; }

BODY, P, TD  { 
font-size: 12px;
font-family: verdana;
font-style: normal;
color: #ffffff;
letter-spacing: 0.5px;
}

body { 
background-color: #000000; 
color: #ffffff;
}
