/* 
    Document   : coloredweeks
    Created on : Sep 14, 2012, 5:49:34 PM
    Author     : Buehler
    Description:
        A prettier week-by-week format; modeled on David Liben-Nowell's.
*/

body {
  margin-left: 10%; margin-right: 4%;
  font-family: Book Antiqua, Palatino;
  color: black;
  background-color: #ffffff }
h1,h2 {font-family: Comic Sans MS, Cursive;}
  h3,h4,h5,h6 { margin-left: -6%; font-size:x-large; font-family: monospace}

div.note, div.wkst, div.wkst-solution {
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: normal; 
  margin-left: 3%;  
  font-size: small;
    font-family: Book Antiqua, Palatino;
}
div.wkst {
    background-color: #cc99ff;
    font-size: small;
    font-family: Comic Sans MS, Cursive;
}
div.wkst-solution {
    background-color: #cc33ff;
    font-size: small;
    font-family: Comic Sans MS, Cursive;
}
div.note {
  margin-left: 3%;  
  font-size: small;
  font-style: italic;
}



div.week {
  padding: 1em;
  alignment-adjust: central;
  margin-top: 1em;
  border: solid;
  border-width: thin;	
  width: 90%;
    background-color: #ccccff;
    font-family: Book Antiqua, Palatino;
}

