body {
	font-family: "Verdana", "Comic Sans MS", "Courier New", "Times New Roman", Arial;
        font-size: 10px;
	color: #A39A7D;
	text-align: justify;
	margin: 0px 3px;
	background-position: center;
	background-attachment: scroll;
	padding: 0px;
	overflow: auto;
	scrollbar-face-color: 231F20;
	scrollbar-highlight-color: 231F20;
	scrollbar-3dlight-color: 231F20;
	scrollbar-darkshadow-color: 231f20;
	scrollbar-shadow-color: 231F20;
	scrollbar-arrow-color: A39A7D;
	scrollbar-track-color: cccccc;
	background-color: #231F20;




}
.title {
	font-size: 15px;
	font-weight: bold;
        color: #CCCCCC;
	background-position: center;




}
.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;


}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}