body {
font-family : verdana, arial;
font-size : 12px;
color : #ffffff;
margin : 0;
background : black;
}
A:link {
color : yellow;
text-decoration : none;
}
A:visited {
color : yellow;
text-decoration : none;
}
A:hover {
color : red;
text-decoration : underline;
}
A:active {
color : blue;
}
hr {
color : red;
}
.foot{
font: bold Verdana 11px;
}
h1 { font: bold Verdana 18px;}
