body {
	background-image: url(images/bckgrnd_fade2.png);
}
.style1 {
	color: #FFFF00;
	font-size: small;
	line-height: 1.5em;
	margin-bottom: 3px;
}
.style2 {
	color: #FFFF00;
	font-weight: bold;
	margin-bottom: 3px;
}
.style3 {
	color: #FFFF00;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
}
a:link {
	text-decoration: none;
	color: #FFFF00;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}