body, html, td, font{
font-family: Verdana; 
color: #CEB2B1; 
letter-spacing: 0px;
text-align: justify;  
font-weight: normal;
font-size: 9px }

body
{background-color: #2E1415;
scrollbar-face-color:#2E1415;
scrollbar-arrow-color:#CEB2B1;
scrollbar-track-color:#2E1415;
scrollbar-shadow-color:#2E1415;
scrollbar-highlight-color:#CEB2B1;
scrollbar-3dlight-color:#2E1415;
scrollbar-darkshadow-color:#2E1415;}


input, textarea
{ background:#2E1415;
font-family: Verdana;
font-size: 9px;
letter-spacing: 0px;
color: #CEB2B1; 
border: 1px solid #CEB2B1;}

option, select {
	background-color: #2E1415;
    font-family: Verdana;
	font-size: 9px;
	color: #CEB2B1;
	letter-spacing: 0px;
	border: 1px solid #CEB2B1;
	padding: 0px; }

A:link, A:active, A:visited 
{
text-decoration:none; 
font-weight:bold;
color:#EEE3E3;}

A:hover {
text-decoration:none; 
color: #CEB2B1;
font-weight:bold;
background: #2E1415;
border: 1px solid #EEE3E3;
cursor:default;
}

