﻿body {
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000010;
	margin: auto;
	padding: 0px;
	max-width: 600px;
}
/* The three main divs */
#divmain {
	margin-left:3px;
	margin-right:3px
}
#divmenu {
	height: 50px;
}
#divfooter {
	margin: 100px 0px 20px 0px;
	height: 50px;
	font-size: 12px;
	color: gray;
	border-style: none;
	border-top: thin;
	border-top-style: solid;
	border-top-color: gray;
	padding: 10px 0 0 0;
}

/* Headers */
h1 {
	color: navy;
	font-size: x-large;
	font-weight: lighter;
	border-bottom: thin;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-color: gray;
}
h2 {
	color: navy;
	font-size: large;
	font-weight: 100;
	border-bottom: thin;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-color: silver;
}
h3 {
	color: navy;
	font-size: large;
	font-weight: lighter;
}

/* Remove the underlines for links */
a {
	text-decoration: none;
}

