body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #009900;
	background-color: #834621;
	background-repeat: no-repeat;

}
a {
	color: #009900;
	text-decoration: underline;
}
h1, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00FF80;

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663333;

}

table {
	background-color: #FFFF99;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;

}
body a:hover {
	color: #663300;
}
body a:active{
  color: #663300;
}
textarea {
	background-color: #FFFF99;
}
input {
	background-color: #FFFF99;
}
