body {background-color: #000000;}

body {
font-family : Verdana;
font-size : 12px;
color : #ff9900;
}
a:link {
text-decoration: none;
color: #FF9900;
}
a:visited {
text-decoration : none;
color : #ff8633;
}
a:active {
text-decoration : none;
color : #ffd933;
}
a:hover {
text-decoration : underline;
font-style : italic;
}
