/* CSS Document */
body {
	background-color: #E8E8E8;
}
a {
	font-family: Garamond;
	font-size: 14px;
	color: #663333;
	font-weight: bold;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #663333;
}
a:hover {
	text-decoration: underline;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #993333;
}