html { min-width: 600px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: female;
	font-size: small;
	color: #2F87EB;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	background: #000;
	color: #2F87EB;
	padding: 1em 20px 3em 20px;
	margin: 0; 
	width:95%;
}

a:link { 
	color: #EEE;
	}
	
a:visited { 
	color: #EEE;
	}
	
a:hover, a:active { 
	background: #3F4C6B;
	color: #008C00;
	}

h1,h2 {
	font-family:Georgia;
	font-weight: bold;
	color: #2F86ED;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

h3 {
	font-family:Georgia;
	color: #2F86ED;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

table{
	width:auto;
}
