/* Cascading Style Sheet for William Stein's Homepage */

BODY {       
   margin: 2em 2em 1em;
   color: black;
   background-color: #EEEEDD ;
}

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

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

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

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

H2 {
   /* color: darkblue; */
   font-size: x-large;
}

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


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

A {
   text-decoration: none;
}

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

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




