html , body  {
text-align : center;
margin : 0;
padding : 0;
color : #315683;
font-family : Tahoma, Arial;
font-size : 10px;
height : 100%;
background : #00d18f url('') repeat-y 50% 0%;
}

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;
}
