body, html, td, font, div, p { 
font-family: geogia; 
font-size: 10px;
color: #FFD764;
background-color: #1E1E1E;
background-repeat: repeat;
} 

A { text-decoration: none; color: #FF6474; cursor: e-resize; font-weight: bold;}
A:hover { text-decoration: none;  color: #E1FB52; cursor: e-resize; font-weight: bold;}
A:active { text-decoration: none; color: #F3FC9E; cursor: e-resize; font weight: bold;}


body, tr, td { 
	font-size: 10px; 
	font-family: georgia, verdana, tahoma, arial, times new roman; 
	text-align: justify; 
	color: #FFD764; 
}

h3 {
	padding-left: 10px;
	color: #E1FB52;
	border-bottom: 1px solid #FF6474;
	font-weight: bold;
	font-size: 10px;
	font-family: georgia, verdana, tahoma;
	
}

input, textarea, option, select {
    font:10px georgia, verdana, arial;
	font-weight: bold;
	letter-spacing: 0px;
	color:#FFD764;
	background-color:#1E1E1E;
    border:1px solid #FFD764; 
}