
body      {
color: #457488;
font-size: 80%;
line-height: 170%;
text-decoration: none;
background-image: URL();
background-color: #C6E4F0;
margin: 0 0 0 0;
background-attachment:fixed;
background-repeat:repeat-y;
        }
a:link    { color: #457488; text-decoration: underline }
a:visited   { color: #457488; text-decoration: underline }
a:hover   { color: #ffffff; text-decoration: none }
a:active   { color: #457488; text-decoration: none }
table      { color: #457488; text-decoration: none; background-color:#7DAEC2 ; }
td      { color: #457488; font-size: 90%; line-height: 180%; text-decoration: none; background-color:#C6E4F0 ;background-image: URL(bgt.gif);
}

HR {
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 3px;
  width: 500px;
  border: 0px;
  border-color: #CCCCCC;
  border-style: double;
}