a:link {
	color: #a5beb2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a5beb2;
}
a:hover {
	text-decoration: underline;
	color: #a5beb2;
}
a:active {
	text-decoration: none;
	color: #a5beb2;
}
h1 {
	color: #CCC;
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
.topNav {
	font-size: 14px;
	color: #cccc99;
}
.topNav a:link {	text-decoration: none;	color: #cccc99;}
.topNav a:visited {	text-decoration: none;	color: #cccc99;}
.topNav a:active {	text-decoration: none;	color: #cccc99;}
.topNav a:hover {	text-decoration: underline;	color: #cccc99;}
.topText {
	color: #cccc99;
}
.topText a:link {	text-decoration: none;	color: #CCC;}
.topText a:visited {	text-decoration: none;	color: #CCC;}
.topText a:active {	text-decoration: none;	color: #CCC;}
.topText a:hover {	text-decoration: none;	color: #CCC;}
.smallText {
	font-size: 11px;
	color: #cccc99;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}
.navigation {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}
