﻿body 
{
	margin:0;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	color:black;  
	background-color:Black; 
	height:100%; 
	width:100%; 
	font-size:1.0em; 
}
p 
{
	margin-top:0em;
	margin-bottom:0.5em;
	padding:0;
	text-indent:1.5em;
}


h1 
{
	font-size:1.5em;
	text-align:center;
}
a img
{
	border:none;
}
.IE8menuFix
{
	z-index: 1000;
}

a img:hover 
	{
		border-style:solid;
		border-width:thick;
	}
	
a:link {color: Yellow; text-decoration: none; }
a:visited {color: white; text-decoration: none; }
a:hover 
{
	color: orange; 
	text-decoration: underline; 
	color:Black;
	background-color:DarkGray; 
}
a:active {color: blue; } 
