body {  
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace; 
  color: white;  
  background-color: white;  
  font-size: 1.2em;  
  line-height: 1.2em;
}

td {  
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;  
  color: black;  
  background-color: white;  
  font-size: 0.9em;  
  line-height: 1.3em;
}

H1 {  
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;  
  color: black;  
  font-size: 1.3em;  
  line-height: 1em;  
  padding-top: 20px;  
  padding-right: 0px;  
  padding-bottom: 10px;  
  padding-left: 0px;
}

img {  
  border-top-style: none;  
  border-right-style: none;  
  border-bottom-style: none;  
  border-left-style: none;  
  text-decoration: none;  
  margin-top: 2px;  
  margin-right: 0px;  
  margin-bottom: 2px;  
  margin-left: 2px;
}

a:link {  
  border-top-style: none;  
  border-right-style: none;  
  border-bottom-style: none;  
  border-left-style: none;  
  background-color: transparent;  
  color: #666666;  
  text-decoration: none;
}

a:visited {  
  color: #666661;  
  text-decoration: none;
}

a:hover {  
  text-decoration: none;  
  color: black;
}

#img {  
  display: inline-block;  
  float: right;  
  text-align: right;
}

