a:link 
{ COLOR: darkseagreen; TEXT-DECORATION: none; FONT-WEIGHT: bold; }
a:visited 
{ COLOR: lightsteelblue; TEXT-DECORATION: none; FONT-WEIGHT: bold; }
a:active 
{ COLOR: lightslategray; TEXT-DECORATION: none; FONT-WEIGHT: bold; }
a:hover 
{ COLOR: gray; TEXT-DECORATION: none; FONT-WEIGHT: bold; }

body 
{
font-family: trebuchet ms, arial;
font-size: 13px;
color: slategray; 
background-color: aliceblue; 
margin-top: 15px; 
margin-right: 15px; 
margin-bottom: 15px; 
margin-left: 15px; 
overflow-x: hidden; 
scrollbar-face-color: lightsteelblue;
scrollbar-shadow-color: lightsteelblue;
scrollbar-highlight-color: lightsteelblue;
scrollbar-3dlight-color: slategray;
scrollbar-darkshadow-color: slategray;
scrollbar-track-color: aliceblue;
scrollbar-arrow-color: slategray;
}
 
td 
{
font-family: trebuchet ms, arial;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: slategray
} 

input,textarea,select 
{
font-family: trebuchet ms, arial;
font-size: 13px;
font-style: normal;
font-weight: normal;
background-color: transparent;
color: slategray;
border: 1px solid dimgray;
}