body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg1.jpg);
}
.style1 {	color: #FFFFFF;
	font: bold;
	font-size: x-large;
}
.style3 {font-size: small}
.style5 {	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.white:hover {
	color: #FFCC00;
	text-decoration: none;
	font-size: 12px;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.green:link {
	color: #006040;
	text-decoration: none;
}
a.green:visited {
	color: #006040;
	text-decoration: none;
}
a.green:hover {
	color: #006040;
	text-decoration: none;
	font-weight: bold;
}
a.green:active {
	color: #006040;
	text-decoration: none;
}