 
a:link            { color: black; text-decoration: none } 
a:active         { color: black; text-decoration: none } 
a:visited        { color: 555555; text-decoration: none } 
a:hover         {
	color: CCCC00;
	text-decoration: none;
	background: #FFFFFF
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.maintitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}
.mainbuttons {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#MainNavigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	list-style-type: none;
	list-style-position: inside;
}
#Sitemap {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#clear {
	clear: both;
}
body {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 30px;
}
