.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.box {
	background-color: #cccccc;
	border: 1px solid #FFFFFF;
	padding: 10px;
}
.mainheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #666666;
	color: #FFFFFF;
}
.mainheadingsmall {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #666666;
	color: #FFFFFF;
}
.linksbox {
	border: 1px solid #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline overline;
	color: #FFFFFF;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
