<!--
body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #CCCC99;
}
a:visited {
	color: #CCCCFF;
}
a:hover {
	color: #99FF66;
}
a:active {
	color: #99FFFF;
}
.style5 {
	font-weight: bold
}