<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Cascading Style Sheet for William Stein's Homepage */

BODY  { color: black; background-color: #eed; margin: 1em 3em }

BODY.top {
   background-image: url(chalk.gif) ;
   background-repeat: repeat-y; 
}

BODY.indent {
   margin: 2em 5em 1em;
   background-image: url(chalk.gif) ;
   background-repeat: repeat-y;  
}

H1 {
   color: #000077;
   text-size: 2em;
}

H1.center  { font-size: x-large; align: center ! important }

H2 {
   color: black;
   font-size: large;
}

H3 {
   /* color: darkblue; */
   text-size: 0.8em;
}


H4 {
   /* color: darkblue; */
   text-size: 1.1em;
}

A {
   text-decoration: none; 
}

P.indent { 
   text-indent: 2em;
}

div.colheading {
   text-color: #777777 ! important;
}




</pre></body></html>