body{
	background-color:#000000;
	scrollbar-arrow-color:#000000; 
	scrollbar-track-color:#000000; 
	scrollbar-face-color: #000000;
	scrollbar-shadow-color:#D5C17C; 
	scrollbar-highlight-color:#D5C17C; 
	scrollbar-darkshadow-color: #D5C17C;
	scrollbar-3dlight-color:#D5C17C;
}

body , p , div, td {
	color:#BB9E3B;
	font-family:times new roman;
	font-size:11px;
	line-height:15px;
}

a:link , a:active , a:visited {
	color:#BB803B;
	font-family:times new roman;
	text-decoration:none;
}

a:hover {
	color:#D49B63;
	text-decoration:none;
	cursor:default;
	border-bottom:solid 1px #96771A;
}

.title{
	color:#B77229;
	font-family:times new roman, serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:7px;
	border-bottom:solid 1px #B77229
}

#content{
	cursor:default;
	width:330px;
	height:208px;
	text-align:justify;
	overflow:auto;
	padding:4px;
}

blockquote{
	margin:5px 5px 5px 40px;
}

img{
	border:none;
}

input , select, textarea{
	font-family:times new roman;
	font-size:11px;
	color:#E3D39C;
	background-color:#816810;
	border:solid 1px #A88B27;
}