@charset "UTF-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Georgia, "Times New Roman", Times, TimesNewRomanPS, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.05em;
}
body a, a:link, a:visited  {
	color: #900;
	text-decoration: none;
}
body a:hover, a:active  {
	color: #000;
	background-color: #e7b114;
	text-decoration: none;
}
body h1, h2  {
	font-size: 16px;
	font-weight: normal;
}
body h3  {
	font-size: 14px;
}
body h4  {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
body img  {
	margin-top: 10px;
	margin-bottom: 5px;
}
