BODY{ 
  color: #000099; 
  font-family: Arial;
  background-color: #eaeff4; 
  background-repeat: no-repeat; 
  background-attachment : fixed; 
} 
--  background-color: #eaeff4; 
--    background-color: #ffffff; 
H1{ 
  color: #000099; 
  font-family: Arial;
}
.homeh1{ 
  color: #000099; 
  font-family: Arial;
  font-size: 14px;
} 

H2{ 
  color: #000099; 
  font-family: Arial; 
} 
H3{ 
  color: #000099; 
  font-family: Arial;
} 
H4{ 
  color: #000099; 
  font-family: Arial;
} 
H5{ 
  color: #000099; 
  font-family: Arial;
} 
HR{ 
  color: #000099; 
  height: 2px; 
  width: 50%;
  
} 
P{ 
  color: #000099; 
  font-family: Arial;
  font-size: 10pt;
  padding: 1.em;
  text-indent: 0em; 
} 
A{ 
  color: #ff0000; 
  text-decoration: none; 
} 
A:VISITED{ 
  color: #990000; 
  font-family: Arial;  
  text-decoration: underline; 
} 
A:HOVER{ 
  color : #ff0000; 
  font-family: Arial;  
  text-decoration: underline; 
} 
A:ACTIVE{ 
  color: #000099; 
  font-family: Arial;
  text-decoration: underline; 
} 
UL{ 
  color: #000099; 
  font-family: Arial;
  font-size: 10pt;
  padding: 1.em;
  text-indent: 0em; 
  list-style-position: outside; 
} 
TH{ 
  color: #ddffff; 
  background-color: #000099; 
} 
TD{ 
  color: #000099; 
  background-color: #ffffff; 
  font-family: Arial;
  font-size: 10pt;  
  font-weight: bold;  
} 
div.box 
{
    background-color:white; 
    border: solid; 
    border-width: thin;
    width: 100%;
    border-bottom:lightsteelblue 1px solid;
    border-left:lightsteelblue 1px solid;
    border-right:lightsteelblue 1px solid;
    border-top:lightsteelblue 1px solid;
}