body {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: #000099;
}

a:link, a:visited {
	color: #cc9900;
	text-decoration: underline;
}
a:hover, a:active {
	color: #cc0000;
	text-decoration: underline;
}

.fancy {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	padding-left: 30px;
}

.menu {
	font-size: 0.75em;
	font-weight: bold;
}
a.menu {
	display: block;
}
a.menu:link, a.menu:visited {
	color: white;
	text-decoration: none;
}
a.menu:hover, a.menu:active {
	color: #00ffff;
	background-color: transparent;
	text-decoration: none;
}

h1 {
	margin-top: 30px;
	margin-bottom: 30px;
}
h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

