body,td,th {
	font-family: Verdana, Arial;
	font-size: x-small;
	color: #333230;
}
body {
  	background: #cccccc url(images/background.jpg) repeat-y 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: #92ac41;
}
a.nav:active {
	text-decoration: underline;
	color: #ffffff;
}
a.nav2:link {
	color: #333230;
	text-decoration: underline;
}
a.nav2:visited {
	text-decoration: underline;
	color: #333230;
}
a.nav2:hover {
	text-decoration: underline;
	color: #92ac41;
}
a.nav2:active {
	text-decoration: underline;
	color: #333230;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}
body p {
	color: #999;
}
