
body      {
color: #663300;
font-size: 80%;
line-height: 150%;
text-decoration: none;
background-image: URL(bg.gif);
background-color: #FFC867;
margin: 30 10 0 0;
background-attachment:scroll;
background-repeat:repeat-xy;
        }
a:link    { color: #663300; text-decoration: underline overline }
a:visited   { color: #663300; text-decoration: underline overline }
a:hover   { color: #663300; text-decoration: none }
a:active   { color: #663300; text-decoration: none }
table      { color: #663300; text-decoration: none; background-color: #CC6600; }
td      { color: #663300; font-size: 90%; line-height: 170%; text-decoration: none; background-color: #FFF3F2;background-image: URL(bgt.gif);
}

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