#abc {}
body {
 background-color: #76c1c5;
 background-image: url(/images/bg.gif);
 background-repeat: repeat-y;
 margin: 0px;
 padding: 0px;
}
.fweb {
 font-family: "Trebuchet MS", Arial, sans-serif;
 font-size: 8pt;
 width: 140px; 
}
.copyr {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 8pt;
 color: white;
 padding-top: 8px;
}
.headline {
  color:#999999;
  font-weight:bold;
}
A:LINK, A:ACTIVE, A:VISITED {
 color: white;
 text-decoration: underline;
}
A:HOVER {
 color: #275a5c;
}
.tnews {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 8pt;
 color: black;
 padding: 6px 3px 2px 3px;
 vertical-align: top;
}
.tnheader {
 color: white;
 font-weight: bold;
}