<!--
.style1 {font-size: 24px}
body {
	background-image: url(images/smokey.jpg);
	background-repeat: repeat;
}
.style3 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.style4 {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}
.style6 {font-size: 14px; font-weight: bold; font-style: italic; }
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.style7 {color: #000000}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
-->
</style>