a {	
	color: yellow;	
	text-decoration: none
}
a:hover { color: red }
body {	
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 1em;	
	color: #FF0000;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.20em;	
	color: red;
	text-align: center
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.1em;	
	color: white;
	background-color: #3366FF;  
	}
.hch2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.90em;	
	color: white;
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.0em;	
	color: #DCDCDC
	}
.hch3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.0em;	
	color: #DCDCDC
	}
.hccen {
	background-color:  transparent;	
    text-align: center
	}
TH {
	background-color:  darkblue;
	color: white;
	border-width: 3px;
	border-style: solid;
	border-color: darkblue;
	}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 500;	
	color: white;
	text-align: center;
}

