body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1, h2, h3 {
	color: #CCCC99;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

input, textarea, select {
	color: #000000;
}
.nav A {
	color: #C6C6C6;
	text-decoration: none;
	font-size: 120%;
	font-weight: bolder;
}
.nav A:hover {
	text-decoration: underline;
	background-color: #C6C6C6;
	color: #000000;
}

a {
	color: Navy;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	text-decoration: underline;
	background-color: White;
	color: Maroon;
}

/* Footer */

#footer {
	padding-top: 5px;
	font-size: smaller;
}

#footer p {
	margin: 0;
}

