body{
  color:white;
  background-color:navy;
  font-family: Arial;
  }
  span.name{color:aqua;text-indent:2em}
  A:link,A:visited,A:active{
  color:white;
  text-decoration:none;
  }
  A:hover{
  color:navy;
  background:#ff9900;
  }
  H1{  
  color: yellow;
  font-size:1.5em
  }
  H2{font-size:1.3em]
  H3{font-size:1.1em}
  IMG{border-width:0px;}
  OL{line-height:1.5em;}
  
  span.loft{font-weight:bold;color:navy;background-color:white;}
  P{text-indent:1em;}
  

