body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,td,th {
	color: #AAB883;
	font-family:tahoma;
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 0.13em;
	word-spacing: 0.22em;
} 
       
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	letter-spacing: 0.16em;
	font-variant: small-caps;
}

h1 {background-color: #AAB883;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	display: block;
	padding-left: 0.5em;
	font-size: 13px;
	letter-spacing: 0.2em;
	line-height: 1.7em;
	margin-top:inherit;
	margin-bottom: 8px;
}

h2 {
	font-size: 12px;
}


a:link {
	font-size: 10px; 
	background-color: #0A0A0A;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-size: 10px; 
	background-color: #0A0A0A;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-size: 10px; 
	background-color: #0A0A0A;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-size: 10px; 
	background-color: #0A0A0A;
	text-decoration:underline;
	color: #D3DCC0;
}