@charset "utf-8";
/* CSS Document */

<style type="text/css">
body {
	background-color: #000;
}
a:link {
	color: #CCC; font-weight:bold
}
a:visited {
	color: #999; font-weight:bold
}
a:hover {
	color: #FFF; font-weight:bold
}
a:active {
	color: #F00 font-weight:bold
}

.main_text {
	font-size: medium;
	font-style: normal;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
}
</style>