.mainfont {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #CCCCCC;
}
.mainfont a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.mainfont a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.mainfont a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.mainfont a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #CCCCCC;
}
.bodyfont {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #CCCCCC;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #666666;
}
.navigation a:link {
	color: #666666;
	text-decoration: none;
}
.navigation a:visited {
	text-decoration: none;
	color: #666666;
}
.navigation a:hover {
	text-decoration: underline;
	color: #000000;
}
.navigation a:active {
	text-decoration: none;
	color: #666666;
}
p {
	margin-top: 0;
}
