/* hwk.css   P. Conrad   2/10/2007 
   Stylesheet for Homework Assignments */


body {font-family: sans-serif; background-color: white; color: black;}

h1, h2, h3, h4, h5 {font-weight:bold;}

h1 {text-align:center; color:#3366FF;  }
h2 {text-align:left; color: #CC3333; }
h3 {text-align:left; color:#669966;   }
h4 {text-align:left; color:#CC6699;  }
h5 {text-align:left; color:#6699CC; font-size: 1em;}

pre, code {color: black; background-color:#FFFFCC; white-space:pre; }

.highlighted {background-color: yellow;}

h3.highlighted {color:#669900;   }

.centerIt {text-align:center}
