body {
  font-family: "Tahoma", sans-serif;
  color: #000000;
  font-size: 10pt;
  background:#FFFFFF url(./line.png) repeat-x;
}
img {
  border: none;
}
#logo a {
  text-decoration: none;
  color: #000000;
  border-bottom: none;
}
#logo a:hover {
  text-decoration: none;
  color: #000000;
}

#content {
  top: 200px;
  margin-left: 300px;
  position: absolute;
  border: 1px dashed  #ed8502;
}

a {
  text-decoration: underline;
  color: #000000;
  border-bottom: none;
}
a:hover {
  text-decoration: none;
  color: #000000;
  border-bottom: solid 1px;
}

#footer {
  font-size: 8pt;
  text-align: left;
  position:fixed;
  bottom:0px;
  left: 10px;
  color: #000000;
}

#footer a {
  text-decoration: none;
  color: #000000;
  border-bottom: none;
}
#footer a:hover {
  text-decoration: underline;
  color: #000000;
  border-bottom: solid 1px;
}
    
    

