body,td,th {
	font-family: Verdana, Arial;
	font-size: small;
	color: #808080;
}
body {
  	background: #c7d6e2 url(background.png) no-repeat center top;
}
a.nav:link {
	color: #ffffff;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #ffffff;
}
a.nav:hover {
	text-decoration: none;
	color: #3f617c;
}
a.nav:active {
	text-decoration: underline;
	color: #ffffff;
}
a.nav2:link {
	color: #808080;
	text-decoration: underline;
}
a.nav2:visited {
	text-decoration: underline;
	color: #808080;
}
a.nav2:hover {
	text-decoration: underline;
	color: #3f617c;
}
a.nav2:active {
	text-decoration: underline;
	color: #808080;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}
body p {
	color: #999;
}

