a.titlelink:link
 {
  color: #660066;
  font-family: georgia;
  text-decoration: none;
 }
 
a.titlelink:visited
 {
  color: #660066;
  font-family: georgia;
  text-decoration: none;
 }

a.titlelink:hover
 {
  color: #660066;
  font-family: georgia;
  text-decoration: none;
 }
 
a.menulink:link
 {
  font-family: georgia;
  font-size: 8pt;
 }
 
a.menulink:visited
 {
  font-family: georgia;
  font-size: 8pt;
 }

a.menulink:hover
 {
  font-family: georgia;
  font-size: 8pt;
  text-decoration: none;
 }

a:link
 {
  color: blue;
 }
 
a:visited
 {
  color: blue;
 }

a:hover
 {
  color: #990000;
  text-decoration: none;
 }

body
 {
  //background-color: #999999;
  color: #000000;
 }

h1.title
 {
  color: blue;
  font-family: georgia;
 }
 
img
 {
  border: 0;
 }
 
td.linktitle
 {
  color: #990000;
  font-weight: bold;
  font-family: georgia;
  font-size: 10pt;
 }

td.menu
 {
  white-space: nowrap;
 }
 
td.orangefade
 {
  background-image:url('img/orangefade.png');
 }