
  
H1 {
  color: yellow;
  text-align: center;
  text-transform: capitalize;
  text-decoration: blink;
  font-family: Verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;
  font-size: 24pt;
  vertical-align: text-top;
}

H3 {
  text-align: center;
  font-size: 18pt;
  color: blue;
}
	
td  {
   border-style:solid;
   border-color:#0000FF; 
   border-width:thin;
   border-color:#OOOOFF;
 }

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	align:top;
	border-color:#OOOOFF;
}

A:LINK {
   font-weight: bold;
  color: red;
  }
A:ACTIVE {
   font-weight: bold;
  color: red;
 }
A:VISITED {
  font-weight: bold;
  color: red;
 }
body {
  background-color:#OOOOFF;
  margin-top: 05px;
  margin-left: 02px;
}

