/*
 * Brian L. Donat
 * Samples Style Sheet
 *
 */
    

body {
  background-color: #FFFFCD;
  color: black;  
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("../images/trubochet.gif");
  background-attachment: fixed;
}    

a:link {
  color: #0000c0;  /* A darker shade of blue */
}

a:visited {
  color: #4000A0;  /* A darker shade of orange */
}

a:hover {
  color: #3030cf;  /* Another darker shade of blue mixed especially for hovering */
}

a:active {
  color: #FE4000;  /* A darker shade of purple */
}

blockquote, h1, h2, h3, h4, h5, h6 {
  color: #080080;
}







