body {
		font-family: verdana, arial, tahoma, sans-serif; 
		font-color: #000000;
		font-size: 100%;
		margin: 0px 0px 10px 0px; 
		background-color:#000000;
		}
		
td {
		font-size: 90%;
		}
		
#Footer {
		font-size: 60%;
		background-color: #000000;
		padding: 12px 12px 12px 12px; 
		width: 760 px;
		}


h1, h2, h3, h4, h5, h6 {
		text-transform: uppercase; 
		font-weight: bold; 
		}

h1 {
	font-size:160%;
	color:#000000;
	margin-bottom: -.2em; 
	letter-spacing: -.03em;
	}

h2 {
	font-size: 180%;
	color:#000000;
	margin-bottom: -.5em;
	letter-spacing: -.03em; 
	}

h3 {
	font-size: 180%;
	color:#000000;
	letter-spacing: -.03em; 
	}

h4 {
	font-size: 150%;
	color:#000000; 
	margin-bottom: -.9em;
	}

h5 {
	font-size: 120%;
	color:#000000; 
	margin-bottom: -.9em;
	}

h6 {
	font-size: 120%;
	color:#0000FF; 
	margin-bottom: -.03em; 
	text-decoration: underline;
	}

hr {
	color: #0000FF; 
	height : 4px; 
	width: 60%; 
	text-align: center;
	margin-bottom: -5px;
	margin-bottom: -5px; 
	}



a:link, a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
	}
			    
a:hover {
	text-decoration: underline overline;
		color: #FFFF00;
		background-color: #0000FF;
		}
