body {
	background-color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #CCCCCC;
}
.columnText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	background-color: #CCCCCC;
	padding: 4px 50px 4px 4px;
}

a:link {
	color: #000000;
	font-size: 14px;
	font-weight: bolder;
}
a:active {
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #BFEBFF;
}
a:visited {
	color: #999999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.reverseText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}
