/* Main Selectors */
body {
	background-color: #008000;
	color: #ffff00;
}

a, a:visited {
	background-color: transparent;
	color: #ffff99;
}

a:hover {
	background-color: transparent;
	color: #FFFF00;
}

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #FFFF00;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}

.style1 {
	font-size: 36px;
	font-weight: bold;
}

.style6 {
	font-size: larger;
	font-weight: bold;
}
