.mainTopic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #CCCCCC;
	color: #FFFFFF;
}
.topicDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
.subTopic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	text-transform: uppercase;
	font-weight: bold;
}

body {
	background-color: #CCCCCC;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC6600;
	text-decoration: underline overline;
	font-weight: bolder;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
