/* CSS Document */
body {
	background-color: #fee7bd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #336633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
a:link {
	color: #663366;
}
a:visited {
	color: #663366;
}
.frame {
	border: thick double #993300;
}

a:hover {
	color: #663366;
	text-decoration: underline;
}
a:active {
	color: #663399;
	text-decoration: underline;
}

