@charset "utf-8";
/* CSS Document */

body {
	background: #373826 fixed no-repeat url("img/bg.png");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding: 0;
	margin: 0;
}
.content {
	/* background: #e3d6c2; */
	background: transparent;
	color: black;
	text-align: top, left;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: medium;

}
blockquote {
	font-size: 12px;
	padding: 8px;
	/* background: #E9F7F8; */
	/* background: #e1dbd3;
	border: thin solid #857c6b; */
	}
a.ring:visted {
	background: black;
}
a.ring:link {
	background: black;
}
a:link {
	color: #556200;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	background: transparent;
	color: #575851;
	font-weight: bold;
	text-decoration: underline;
}
a:hover,active {
	background: #373826;
	color: #e3d6c2;
	font-weight: bold;
	text-decoration: none;
}


.menu {
	line-height: 18px;
	letter-spacing: 1px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	padding: 8px;


	
}
.footnote {
	font-size: 10px;
	padding-top: 15px;
	text-align: center;
	margin-bottom:0px;
}
.small {
	font-size: 10px;
}
.xsmall { 
	font-size: 9px;
	}


