﻿/** Basic Stylesheet 03-15-2006 Brian Timmer **/

body
{
	margin-left: 40px;
	margin-right: 40px;
	background-color: #4e4c4c;
	margin-top: 8px;
	background-image: url(images/blackBg.gif);
}

body, p, td, th, a,  h2, h3, h4, h5
{
    font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
}

h1
{
  font-family: Arial, Verdana, Sans-Serif;
	font-size: 18px;  
}

a 
{
    text-decoration: underline;
    color: #851a03;
}

a:hover
{
	text-decoration: underline;
	color: #224275;
	background-color: #ecf2fa;
}
