body {
	background-color: #DEDECA;
}

body, td, th {
	color: #666633;
}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
  color: #336600;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}

a:link { color: #006699; text-decoration: underline }
a:active { color: red; text-decoration: underline }
a:visited { color: purple; text-decoration: underline }
a:hover { color: red; text-decoration: none }

