﻿/*  this style sheet goes with simple.htm  */

body {
	margin: 0;
	background-color: #666666;
	font-family: verdana, geneva, arial, sans-serif;
	color: Black;
	font : smaller;
}

.page-heading {
	background-color: #000000;  /* background is black */
	}

.nav {
	background-color: #8CA5C6;
	/* background is blue */
}

.maintext {
	background-color: #FFFFFF;
	/* background is white */
	color: #000000;
	font : 75% Arial;
}

.smalltext {
	color: #114A87;
	font : 75% Arial;
}

.footer  {
	background-color: #CC0000;  /* background is red */
	font-size: 9px;
	}

a {
	color: #114A87;
	text-decoration: none;
	background-color: transparent;
} 

a:hover {
	color: #849C29;
	text-decoration: none;
	background-color: none;
}
