﻿BODY {  font-family: "Arial", Arial, sans-serif 
	
}
H1 {	font-weight: bolder;
	text-align: center;
	color: black }

Table {
	}
tr {
	
}
th {
	background: white;
	border: thin solid #0066FF;


}
h4 { background: 80B4EE;
	font-size: 16;
	text-decoration: bold;
	}

a:link {
  color="blue";
  
  text-decoration: bold;
}

a:visited {
  color="blue";
  
  text-decoration: italic;
}

a:active {
  color="light blue";
}

a:hover {
  color: "black";
  background: #F0F8FF;
  text-decoration: underline;
}
