
/* body */
body {
background-color : #232323;
font-family : verdana, sans-serif;
font-size : 10px;
color : #ffffff;
}

/*text sizes*/
.header_text {
font-family : verdana, sans-serif;
font-size : 14px;
color : #000000;
}

.body_text {
font-family : verdana, sans-serif;
font-size : 12px;
color : #ffffff;
}

.list_text {
font-family : verdana, sans-serif;
font-size : 14px;
color : #ff6030;
}

/*links*/
a:link, a:visited {
	color: #A38439;
	text-decoration: none;
	}

a:hover {
	color: #f60;
	text-decoration: underline;
	}
	
a:active {
	color: #f60;
	text-decoration: underline;
}
