body, html, td, font{
font-family: sans-serif; 
color: #F34585; 
letter-spacing: 0px;
text-align: justify;  
font-weight: normal;
font-size: 10px }

body
{background-color: #000000;
scrollbar-face-color:#000000;
scrollbar-arrow-color:#F34585;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#F34585;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;}


input, textarea
{ background:#000000;
font-family: sans-serif;
font-size: 10px;
letter-spacing: 0px;
color: #F34585; 
border: 1px solid #F34585;
}

option, select {
	background-color: #000000;
    font-family: sans-serif;
	font-size: 10px;
	color: #F34585;
	letter-spacing: 0px;
	border: 1px solid #F34585;
	padding: 0px; }

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

A:hover {
text-decoration:none; 
color:#000000;
font-weight:none;
background:#F1AA32;
border-bottom:none;
cursor:default;
}

