body
{
	margin: 5;
	padding: 5;

	background-color: #f0f0e2;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h3, h5
{
	color: #405679; /* tan */
}

/* Make every other heading level tan color.
   If you just comment this out, then all the headings will be blue, per the rule above. */
h2, h4, h6 {	color: #A98C4B; } /* blue */

/* Make the heading tags the right sizes, relatively speaking. */
h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: small; }
h5 { font-size: x-small; }
h6 { font-size: xx-small; }


#BottomBar
{
	position: relative;
	width: 100%;
	background-color: #3f5678;
	min-height: 1.2em;
	border-top: 2px solid #3F5678;
	vertical-align: middle;
	text-align: center;
	bottom: 0px;
	text-decoration: none;
}

#BottomBar img
{
	border: none;
}

#BottomBar a {
	text-decoration: none;
}

#BottomBar a:hover {
 	border-color: navy;
}
