@charset "utf-8";
a:link {
	color: #800000;
	text-decoration: none;
	font-family: Garamond;
	font-size: 16px;
}
a:visited {
	text-decoration: none;
	color: #2D0000;
	font-family: Garamond;
	font-size: 16px;
}
a:hover {
	text-decoration: none;
	color: #996600;
	font-size: 17px;
}
a:active {
	text-decoration: none;
	color: #CC9900;
	font-family: Garamond;
	font-size: 16px;
}
a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #800000;
	font-family: Garamond;
	font-weight: normal;
}
h3 {
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 14px;
	letter-spacing: 2px;
	word-spacing: 1px;
	font-weight: normal;
}

