body {
	background-color: wheat;
	color: #666666;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

td, th, input, textarea {
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

a {
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

h3 {
	color: brown;
	text-align: center;
}

h4 {
	color: peru;
	text-align: center;
}

a:visited {
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
}


