html , body  {
margin : 0;
padding : 0;
color : #315683;
font-family : Tahoma, Arial;
font-size : 10px;
height : 100%;
background : #000 url('back.gif') repeat;
}

table
{
font-family : Tahoma, Arial;
font-size : 11px;
}

ul
{ margin: 15px;
list-style: disc;
}

textarea,input,select{ 
color : #315683;
font-family : Trebuchet MS, Tahoma, Arial;
font-weight : normal; 
}


a{
text-decoration : none;
color : #d10000;
}

a:visited {
text-decoration : none;
color : #d10000;
}

a:active {
text-decoration : none;
color : #d10000;
}

a:hover {
text-decoration : none;
color : #64aaff;
}