A:link
{ text-decoration: underline ; color: #336699 ; }
A:visited
{ text-decoration: underline ; color: #336699 ; }
A:active
{ text-decoration: none ; color: #336699 ; }
A:hover
{ text-decoration: none ; color: #336699 ; }

body 
{ font-family: arial, sans-serif;
  color: #003366;
  font-size: 9pt;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background: #FFFFFF
}

#header {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 100px;
  padding: 5px;
  width: 780px;
  background-color: #FFFFFF;
}
#left {
  position: absolute;
  left: 10px;
  top: 130px;
  margin-right: 10px;
  width: 170px;
  padding: 5px;
  background:  #99CCFF;
}
#center {
  top: 140px;
  width: 400px;
  padding: 5px;
  margin-left: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background:  #FFFFFF;
}
