body {
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	color: #004000;
	background-color: #C7AD89;
	margin: 0 0 0 0;
}
td {
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	color: #004000;
}
h2 {
	left: 10px;
	margin-left: 10px;
}
hr {
	color: #660033;
}
a:link {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #663300;
	text-decoration: underline;
	font-weight: bold;	
}