 
BODY{
  background-color : white;
  margin-top : 0px;
  background-image : url(navi/back_0.gif);
}
A:visited{
  color : teal;
  text-decoration : underline;
}
A:hover{
  color : red;
  text-decoration : underline;
}
A:link{
  color : teal;
  text-decoration : underline;
}
.column1{
  font-size : 14px;
  line-height : 22px;
  text-decoration : none;
  margin-left : 6px;
  
}
.column2{
  font-size : 12px;
  line-height : 19px;
  text-decoration : none;
  margin-left : 6px;
  
}
.column3{
  font-size : 16px;
  line-height : 24px;
  text-decoration : none;
  margin-left : 6px;
  
}

H1 {
   font-size: 150%;
   color: #993300;
   text-align: center;
   line-height:1.5
}