/* general */
body {
	font-family: verdana, ms-sans-serif, geneva, sans-serif;
	color: black;
	background-image: url("/images/vellum.jpg");
	text-decoration: none;
	}

p, td {
	font-family: verdana, ms-sans-serif, geneva, sans-serif;
	color: black;
	text-decoration: none;
	}

a:link {
	font-family: verdana, ms-sans-serif, geneva, sans-serif;
	text-decoration: none;
	color: #003366;
	}

a:visited {
	font-family: verdana, ms-sans-serif, geneva, sans-serif;
	text-decoration: none;
	color: #990066;
	}

a:hover {
	font-family: verdana, ms-sans-serif, geneva, sans-serif;
	text-decoration: none;
	color: #FF0033;
	}
	
h1 {
	color: #003366;
	font-weight: bold;
	}

h2 {
	color: #003366;
	font-weight: bold;
	}
h3 {
	color: #003366;
	font-weight: bold;
	}
.next {
	color: red;
	}

.nav {
	font-weight: bold;
	}

