.Nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #900;
}
H1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #AD070D;
	line-height: 35px;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	list-style-type: square;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #000;
}
.Nav a:link {
	color: #900;
	text-decoration: none;
}
.Nav a:visited {
	color: #900;
	text-decoration: none;
}
.Nav a:hover {
	color: #000000;
	text-decoration: underline;
}
.Nav a:active {
	color: #900;
	text-decoration: none;
}
h2 {
	color: #AD070D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 500;
}
