/* Style Sheet */

body {
      background:url(images/bg_tex.jpg);
      font-family:'Courier New';color:white
      }
     
a:link {
      font-family:'Courier New';
      color:white;
      text-decoration:underline;
      }

a:visited { color:#CCCCCC; text-decoration:underline; }
a:hover { color:white; text-decoration:underlione;  }
a:active { color:#777777; font-weight:bold; }

