a:link 
{ COLOR: #717189; TEXT-DECORATION: none; }
a:visited 
{ COLOR: slategray; TEXT-DECORATION: none; }
a:active 
{ COLOR: #C0C0C0; TEXT-DECORATION: none; }
a:hover 
{ COLOR: lightsteelblue; TEXT-DECORATION: none; }

body 
{
background-color: #000000;
font-family: trebuchet ms, arial;
font-size: 13px;
color: darkgray; 
margin-top: 5px; 
margin-right: 5px; 
margin-bottom: 5px; 
margin-left: 5px; 
overflow-x: hidden; 
scrollbar-face-color: #353338;
scrollbar-shadow-color: #353338;
scrollbar-highlight-color: #353338;
scrollbar-3dlight-color: #5D5B60;
scrollbar-darkshadow-color: #5D5B60;
scrollbar-track-color: #353338;
scrollbar-arrow-color: gainsboro;
}
 
td 
{
font-family: trebuchet ms, arial;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: darkgray
} 

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