@charset "utf-8";
.HarClass {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: fixed;
	background-image: url(KnaresBK.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
.DivBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 6px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	height: 360px;
	width: 600px;
}
.TxtLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #003366;
	background-color: #FFFFFF;
}

