@charset "utf-8";
body {
	background-image: url(../images/bkgnd.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a:link {
	color: #663333;
	text-decoration:underline;
	font-size: 12px;
}

a:visited {
	color: #663333;
	text-decoration:underline;
}

a:active {
	color: #663333;
	text-decoration:underline;
}

a:hover {
	color: #C7B586;
	text-decoration:underline;
}
.headline {
	color: #8F7434;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.copyright {
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyright a:link {
	color: #663333;
	text-decoration:underline;
	font-size: 9px;
}

.copyright a:visited {
	color: #663333;
	text-decoration:underline;
}

.copyright a:active {
	color: #663333;
	text-decoration:underline;
}

.copyright a:hover {
	color: #FFFFCC;
	text-decoration:underline;
}
