/* General text formats */



body,  a.text {

font-family:verdana, sans-serif, Helvetica;

font-size:12px;

color: white;

background-color:black;

margin-left: 1 em;

}



h1 {

font-size:24px;

font-family:verdana;

font-weight:normal;

color:yellow;



}

h2 {

font-size:20px;

font-family:verdana;

font-weight:normal;

color:yellow;



}



h3 {

font-size:16px;

font-family:verdana;

font-weight:normal;

color:yellow;



}



a {

font-size:11px;

font-family:verdana;

font-weight:normal;

color:yellow;



}



I {color:yellow;}

b {color:yellow;}


td {color:white;

    background-color:#C21212;

   font-family:verdana, sans-serif, Helvetica;

   font-size:12px;}


a:visited {color:"#E2B500";text-decoration: none;cursor:default; font:bold}



a:hover {color:"#F7DB6D";text-decoration:none;cursor:hand;font:bold}



a:link {color:"#E2B500";text-decoration: none;font:bold}



a:active {color:"#E2B500";text-decoration: none;font:bold}


