/* Cascading Style Sheet for William Stein's Homepage on
   modular.fas.harvard.edu -- note that we make specific
   reference to this URL below!*/

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

BODY.top {
   /* background-image: url(http://modular.fas.harvard.edu/chalk.jpg) ; 
   background-repeat: repeat-y; */
}

BODY.indent {
   margin: 2em 6em 1em;
   /* background-image: url(http://modular.fas.harvard.edu/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;
}





