body.cheese
 {
  color: rgb(0, 0, 0);
  background-color: blue;
/*  background-image: url(images/1280x1024_glowing_cheese_wallpaper.jpg); */
  background-image: url(photos/HPIM0156.JPG);
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed;
 }

/* The values below are the old values removed (depricated) from the */
/* body tag in the index.html file */
/* alink="#000099" link="#000099" vlink="#990099" */

a:active {
color:#cc0033;
background:transparent;
}

a:link {
color:#999966;
background:transparent;
}

a:visited {
color:#669999;
background:transparent;
}

a:hover {
color:#fffff0;
background:#669999;
}
