﻿a {
	font-family: "Century Gothic";
	color: #FFFFFF;
	text-decoration: none;
}
ul
{
	float: right;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a:hover {
	background-color: #800000
}

.SubMenuStyle {
	float: right;
	text-decoration: none;
	color: #FFFFFF;
	background-color: darkblue;
	padding: 2px;
	border-right: 1px solid white;
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: normal;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #DDDDDD;
}
.MainMenuStyle {
	float: left;
	text-decoration: none;
	color: white;
	background-color: darkblue;
	padding: 0.2em 0.6em;
	border-right: 10px solid white;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: lighter;
	font-size: small;
}
.excerpt {
	text-indent: 20px;
}
.NormalLink {
	color: #800000;
	text-decoration: underline;
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #800000;
}

