﻿p {
	font-family: Trebuchet MS;
	font-size: 12pt;
	text-align: center;
}
nav {
	height: 20px;
	background-color: #d8caab;
	margin-top: -20px;
}
a:link {
	color: #A62124;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #996633;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
