body {
	margin: 0 auto;
	background-color: #CC9;
	font-family:  Helvetica, "Sans Serif";
	font-size: 11pt;
	color: #6c5445;
	padding: 10px 10px 10px 10px;
	line-height: 20px;
}

/* ===== hyperlinks ===== */

a:link {
	color: #996;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a:visited  {
	color: #996;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a:hover {
	color: #333333;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
	filter: alpha(opacity=60);
	opacity: 0.6;
	width: 100%;
}
