@charset "UTF-8";
/* CSS Document */

.body {
	background-image: url("../images/2tone_bckgrnd.gif");
	background-repeat: repeat-x;
	background-color: #e7e4dc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #685e49;
}
.a:link {
	text-decoration: none;
	color: #695e4a;
}
.a:visited {
	text-decoration: none;
	color: #695e4a;
}
.a:hover {
	text-decoration: underline;
	color: #bf1e2d;
}
.a:active {
	text-decoration: none;
	color: #695e4a;
}
