BODY {
  background-color: #ffffff;
  background-image: url(Images/crlogo.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

A {	text-decoration: none; }
A:LINK { text-decoration: none; }
A:VISITED { text-decoration: none; }
A:link    { color: #0033FF; }
A:visited { color: #FF0000; }
A:active  { color: #cc0000; }
A:hover   { color: #000000; }

table.index {
  background: transparent;
  border:none;
}