* {
   margin: 0;  
   padding: 0;  
   font-family : Geneva, Arial, Helvetica, sans-serif;
   color : #0000cc;
   font-size: 100%;
/*   font-size: 14px; this is picked up in HVMenu */
}
h1 {
   text-align: center;
   font-size: 1.7em;
   margin: 0em 0em 1em 0em;
}
h2  {
   text-align: center;
   font-size: 1.3em;
   margin: 0em 0em 1em 0em;
}
p {
  margin: 0em 0em 1em 0em;
}
img {
  border: 0px;
}
img.frame {
	border: medium solid #0000cc;
}
img.logos {
   text-align: right;
   float: right;
}
ul {
  margin: 0em 0em 0em 3em;
}
#body {
 width: 760px;
 margin: 2px auto 0px auto;
}
#content {
/*  height: 350px;  */
}
#clipart {
  clear: both;
}
A:LINK {
  text-decoration: underline;
}
A:VISITED {
  text-decoration: underline;  
}
A:HOVER {
  text-decoration: none;
  color: #a82C12;
}
A:ACTIVE {
  text-decoration: underline; 
}




#footer {
  text-align: center;
  clear: both;
  color: #0000cc;
  font-size: 10px;
  margin: 2em 0em 0em 0em;
}

#footer A:LINK {
  color: #a82c12;
  text-decoration: none;
}
#footer A:VISITED {
  color: #a81c12;
  text-decoration: none;  
}
#footer A:HOVER {
  color: #ffffff;
  text-decoration: none; 
}
#footer A:ACTIVE {
  color: #a82c12;
  text-decoration: none; 
}

.footer td {
  text-align: center;
}
