body {
  background-image: url(tlo2.gif);
  background-repeat: repeat;
}
body,td {
  font-family: "Trebuchet MS", tahoma, arial;
  font-size: 15px;
  color: white;
}
h1 {
  font-size: 28px;
}
h5 {
  font-family: tahoma, arial;
  font-size: 15px;
  color: white;
}
a {
 font-family: "Trebuchet MS", tahoma, arial;
 font-size: 15px;
 color: #0000FF;
 text-decoration: none;
}
a:link {
 color: #0000FF;
}
a:hover {
 color: #FFFF00;
 text-decoration: underline;
}
a:visited {
 color: #0000FF;
}


a.rower  {
 font-family: "Trebuchet MS", tahoma, arial;
 font-size: 15px;
 text-decoration:none;
 color: #009000;
 padding: 1px 3px;
 background-color: #e8e8e8;
 border: solid 1px;
 border-color: #aaa;
}
a:link.rower {
 background-color: #e8e8e8;
}
a:hover.rower {
  padding: 0px 3px;
  border: solid 1px;
  border-color: #fff #888 #888 #fff;
  color: #000;
  background-color: #90ff90;
}
.rower a:visited  {
  color: #009000;
}
