body {
	background-color: #DEDECA;
	font:Geneva, Arial, Helvetica, sans-serif
}

td, th {
	color: #666633;
	font:Geneva, Arial, Helvetica, sans-serif
}

h1, h2, h5, h6 {
	color: #663300;
}
h3, h4 {
	color: #336600;
}
a {
  	color: #336600;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #336600;
}

a:visited {
  color: #336600;
  text-decoration: none;
}

a:hover {
	color: #9E7211;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}