body
{
      text-align:center;
      background:#000000;
      margin-left:8px;
      margin-top:0px;
      font-family:TF2 Build,Tahoma,Verdana;
      font-size:12px;
      color:#FFFFFF;
}
h1 {color:red;}
h2 {color: red;}
h3{color:green;}
h4 {color: yellow;}
h5 {color: green;}
h6 {color:yellow;}
a.one:link
{
    color:  #99FF00;
    text-decoration: none;
} 
a.one:visited
{
    color:  #009933;
    text-decoration: none;
}
a.one:hover
{ 
    color:  #FFFF00;
    text-decoration: underline;
    background-color:green;
}
a.one:active
{
    color:  #3399FF;
    text-decoration: none;
}
