body { 
  background: white url("BackGround_Strip.jpg");
  background-repeat: repeat-y, repeat-x;
  background-position: center;
}

DIV.lines
{
line-height: 25px
}

a:link
{ text-decoration: underline; color:#000000; }
a:visited
{ text-decoration: underline; color:#993333; }
a:hover
{ text-decoration: underline; color:#800000; }

a.white:link
{ text-decoration: underline; color:#FFFFFF; }
a.white:visited
{ text-decoration: underline; color:#FFFFFF; }
a.white:hover
{ text-decoration: underline; color:#800000; }
