@charset "utf-8";
/* CSS Document */

body {
	margin:0px; padding:0px;
	text-align:center;
	background-color:#A6AA77;
	}
#container {
	width:750px;
	margin:0px auto;
	text-align:left;
	background: #fcfbf8;
	}
.content {
	margin-left: 80px;
	margin-right:80px;
/* 	font-family:Helvetica, Arial, sans-serif; */
	font-family:Times New Roman, serif;
	font-size: 14px;
}
a:link {
	text-decoration:none;
	color:#7d0000;
	font-weight:bold;
}
a:active {
	text-decoration:none;
	color:#7d0000;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:#7d0000;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:black;
	font-weight:bold;
}