body {
	background-image: url(Images/background.png);
	background-repeat: repeat;
	background-position: left top;
}
a:link {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.small_links {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.large_links {
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.text_box {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	padding: 10px;
}
.logo {
	font-size: 40px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
}
.pagelinks {font-size: 14px; color: #339900; }
