@charset "utf-8";
a:link {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00FF00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
