body
 {
  background-image: url("pixels/backdrop.jpg");
  background-position: bottom right;
  background-attachment: fixed;
  background-repeat: no-repeat;
 }
b,p,td
 {
  font-family: Comic Sans MS;
  font-size: 10pt;
  color:#000000; /* black */
 }
 A:link{color:#0000FF}
 A:visited{color:#009900}
 A:active {color:#FFCC00}