body {
font-family : verdana, arial;
font-size : 12px;
color : #ffffff;
margin : 20px;
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;
}

h1 {
margin-top : 0;
margin-left : 90px;
padding : 10px;
font-size : 22px;
color : white;
border-left : 5px solid yellow;
}
