body {
	font-family: Verdana, Geneva, sans-serif;
	background-image: none;
	margin: 0px;
	height: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	width: auto;
	color: #660000;
	background-color: #996633;
	font-size: 90%;
	font-weight: normal;
}

td {
}

th {
}

li {
	line-height: normal;
}


/************************ #Font Styles ************************/
h1 {
	color: #660000;
	font-size: 175%;
	font-weight: bold;
	font-family: Broadway, "Comic Sans MS", Verdana, sans-serif;
	text-align: center;
}

h2 {
	color: #660000;
	font-size: 150%;
	font-weight: bold;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-style: italic;
}

h3 {
	font-family: Broadway, "Comic Sans MS", Verdana, sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #660000;
	font-style: normal;
}

h4 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #660000;
}

h5 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #660000;
}

h6 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 65%;
	font-weight: normal;
	color: #660000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#660000;
}

/************************ #Anchor Styles ************************/
a {
	color: #990000;
}

a:link {
	color: #663300;
}

a:visited {
	color: #300;
}

a:hover {
	color: #993300;
}

/************************ #Class Styles ************************/

.blackText {
	color: #660000;
}

.italicized {
	font-style: italic;
}


.navbar {
	font-family: Broadway, "Comic Sans MS", Verdana, sans-serif;
	text-align: right;
	background-color: #684522;
}
.NavBkgd {
	background-color: #996633;
	color: #684522;
}

