body, table, tr, td
		{
	font-family:helvetica;
	text-align: center;
	background-color:#003366;
	color:#ffffff;
      	}
#pad
		{
	padding:10px;
		}		

/*-- code for the links */
	a {
   font-family: helvetica; 
	font-size:150%;
    font-weight: normal;
	color: aqua;
	text-align:center;
}
a:link, a:visited {
    text-decoration: none;
}
a:active, a:hover {
    text-decoration: underline;
}


#h1 {
  font-size:125%;
  text-align:center;
  font-family:comic sans, cursive;
    }

