.NavBar {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #300;
	text-align: center;
}

body
{
	background-color:#FFC;
	color: #300;
	margin-left: .5in;
	margin-right: .5in;
	margin-bottom: .5in;
}

a
{
	color: #300;
	text-decoration: none;
	font-weight:normal;
} 
a:hover		{ color: #300; text-decoration: underline; }

p {
	text-align: left;
}
.Main {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.footer {
	font-size: x-small;
	text-align: center;
}