body{
	background-color: #000;
	font-family: verdana, arial;
	text-align: center;
	color: #fff;
}

#main_container{
	align: center;
	margin: 0 auto;
	width: 950px;
	border: solid 1px #ffff00;
	text-align: left;
}

a {
	text-decoration: none;
}
a:link { 
	font-size: 10pt;
	color: #704531;
}
a:visited {
	font-size: 10pt;
	color: #704531;
}
a:hover {
	font-size: 10pt;
	color: #000;
	background-color: #fcea00;
}
a:active { 
	font-size: 10pt;
	color: #fcea00;
	background-color: #7d797a;
}

.text{
	font-size: 10pt;
}

.title{
	font-size: 11pt;
	font-weight: bold;
	color: #ffff00;
}