@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 3px;
	height: auto;
	width: auto;
}
.footer {
	font-size: .8em;
}
.header1 {
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
}
.header2 {
	font-size: 2em;
}
a.nav:link {
	color: black;
	text-decoration: none;
	font-size: .9em;
}
a.nav:visited {
	color: #333333;
	text-decoration: none;
	font-size: 0.9em;
}
a.nav:hover {
	text-decoration: underline;
	font-size: .9em;
}
a.nav:active {
	font-size: .9em;
	text-decoration: underline;S
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}