

input.button {
background-color: black;
border-bottom: white 1px solid;
border-left: white 1px solid;
border-right: white 1px solid;
border-top: white 1px solid;
margin: 1px;
padding: 1px;
color: white;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
}

input.text {
background-color: black;
border-bottom: black 1px solid;
border-left: black 1px solid;
border-right: black 1px solid;
border-top: black 1px solid;
margin: 1px;
padding: 1px;
color: white;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 90%;
cursor:default;
}

Body{

 Color : black;
 font-family: "lucida console", arial, sans-serif;
 background-color: white;

 }

TD{
 Color : black;
 font-family: "lucida console", arial, sans-serif;
 border: 1px solid black;
 Font-size : 12px;
 }


A:link{
 Color : black;
 Font-Weight : bold;
 }

A:visited{
 Color : black;
 Font-Weight : bold;
 }

A:hover{
 Color : #CC0000;
 Font-Weight : bold;
 }

A:active{
 Color : #CC0000;
 Font-Weight : bold;
 }



A.menu:link{
 Color : black;
 Text-Decoration : none;
 Font-Weight : bold;
 Font-size : 14px;
 }

A.menu:visited{
 Color : black;
 Text-Decoration : none;
 Font-Weight : bold;
 Font-size : 14px;
 }

A.menu:hover{
 Color : #CC0000;
 Text-Decoration : none;
 Font-Weight : bold;
 Font-size : 14px;
 }

A.menu:active{
 Color : #CC0000;
 Text-Decoration : none;
 Font-Weight : bold;
 Font-size : 14px;
 }

H1{
 margin-left: 5px;
 Color : black;
 Font-size : 20px;
 Font-Weight : bold;
 }

H2{
 margin-left: 5px;
 Color : black;
 Font-size : 18px;
 Font-Weight : bold;
 }

H3{
 Color : white;
 Font-size : 100%;
 Font-Weight : bold;
 }

H3.newshead{
 Color : white;
 Font-size : 100%;
 Font-Weight : bold;
 }

H3.copyright{
 Color : black;
 Font-size : 10px;
 Font-Weight : bold;
 }

HR{
 Color: black;
 background-color: black;
 height : 1px;
 }

p.main{
 margin-left: 15px;
 margin-right: 15px;
 Color : black;
 Font-size : 12px;
 }