html, body {margin:0; padding:0; width:100%; height:100%;}
body {
	background-color: #233225;
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
}


A {color: #6B5F5A; text-decoration: none; background: none;}
A:HOVER { color: #91B095; text-decoration: underline; background: none; }
