﻿body {
	background-color:#996600;
	background-image: url('../images/parchmentbase.jpg');
	font: 10pt trebuchet, arial, sans serif;
}
p {
	font: 10pt trebuchet, arial, sans serif;
}
td {
	font: 10pt trebuchet, arial, sans serif;
	padding: 5px;
}
a {
	color:#993300
}
a:visited {
	color:#993300
}
a:active {
	color:#993300
}
a:hover {
	color:#993300
}

h1{
	font: 16pt trebuchet, arial, sans serif;
}
h2{
	font: 14pt trebuchet, arial, sans serif;
}
h3{
	font: 12pt trebuchet, arial, sans serif;
}
h4{
	font: 11pt trebuchet, arial, sans serif;
}
h5{
	font: 10pt trebuchet, arial, sans serif;
}

.menu {
	color:white;
}

.menu a {
	color:white;
	font-weight:bold;
	font-size: 10pt;
	text-decoration:none;
}

.menu a:visited {
		text-decoration:none;
}
.menu a:hover {
		text-decoration:underline;
}

