<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style Sheet master file */

BODY {
  margin: 2em 2em 2em;
  color: black;
  /*  background-color: #F5F5F5; */
   background-color: white; 
  font-family: "Verdana", sans-serif; 
  /* line-height: 1.35; */  /* This would break MacIE 3 */
}
BODY.top {
    background-image: url(texture.jpg) ;
    background-repeat: repeat-y;  
}

BODY.indent {
     margin: 2em 5em 2em;
     background-image: url(texture.jpg) ;
     background-repeat: repeat-y; 
}


/* H1, H2 { 
  color: #3333FF;
}

H3, H4 {
  color: #3333FF;
} */


/* Links */

A, A:link, a:visited {
        text-decoration:        none;
        font-weight:    normal; 
        color:  #3333FF;
/*        background:     white; */
        }   

A:active, A:hover {
   text-decoration:   underline;
   font-weight:    normal; 
   color: #C00000;
   background: transparent;
  }
 
           
</pre></body></html>