@charset "utf-8";

a:active {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:link {
	color: #666666;
	text-decoration: none;
}
body {
	background-color: #000000;
}
/* CSS Document */

.reverse_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: oblique;
	font-weight: bold;
	color: #666666;
}
.heading_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
}
.heading_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#content {
	position: absolute;
	visibility: visible;
	width: 145px;
	left: 116px;
	top: 266px;
}

