﻿body {
    margin: 0; 
    padding: 5px;
    font-size: 0.8em;
    font-family: Verdana, Arial, Sans-Serif;
   	background-color: #292929;
	}

.pagehead {
	text-align: left;
	}
.tables {
}
.masthead {
	background-color: #000000;
	z-index: 1;
	color: #808080;
	text-align: center;
	}
.menu {
	font-family: Verdana, Arial, Sans-Serif;
	color: #808080;
	background-color: #151515;
	z-index: 2;
	text-align: center;
	}
.main {
	background-color: #292929;
	padding: 5px;
	z-index: 3;
	font-family: Verdana;
	color: #808080;
	}
.footer {
	border-color: #808080;
	border-width: thin;
	padding: 10px;
	background-color: #292929;
	font-family: Verdana, Arial, Sans-Serif;
	color: #808080;
	text-align: center;
	z-index: 66;
	border-top-style: solid;
	}

a:link {
    text-decoration: none;
    color: #808080;
	}
	
a:visited {
    text-decoration: none;
    color: #808080;
	}
	   
a:hover {
    text-decoration: none;
    color: yellow;
    border-bottom: dotted 2px #999;
	} 
	   
a:active {
    text-decoration: none;
    color: #808080;
	}

