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

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

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

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

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

H2 {
   color: darkblue; 
   font-size: 1.5em;
}

H3 {
   color: darkblue; 
   text-size: 1.1em;
}

H4 {
   color: darkblue; 
   text-size: .7em;
}

A {
   text-decoration: none;
}




