.style1 {
	font-size: 11px;
	font-family: Tahoma;
}
body {
	background-image: url(images/bkgrnd.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
a:link {
	color: #7AADC2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7AADC2;
}
a:hover {
	text-decoration: none;
	color: #ABD6E9;
}
a:active {
	text-decoration: none;
	color: #7AADC2;
}