body {
	background-color: #AD8465;
	margin: 0px;
	padding: 0px;
	background-image: url(GRFX/bkgd.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #413732;
}
a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
