@charset "utf-8";
body {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #E8E2E9;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 25px;
	background-color: #000033;
}
h1 {
	font-family: Garamond;
	font-size: 36px;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
a:link {
	color: #FFFFEA;
}
a:hover {
	color: #66FFCC;
}
a:visited {
	color: #999999;
}
