/*
 *   Simple stylesheet for XHTML docs
 *   CPSCI 107 Spring 2006
 */

/*
 *   This file was last updated: 
 *      Monday, 27 March 2006 at 17:16 UTC
 *   Modifications made by Andrew H. Lyons. 
 */

/*
 *   Some useful colors
 *      hamilton blue: #333399
 *      hamilton buff: #cccc99
 *      hamilton heading red: #990000
 *      midnight blue: #23238e
 *      fightin' irish green: #009c31
 */


/* Style controls unique to the Butterfly Problem document */

div.figure {
  float: right;
  margin: 0 0 10px 10px;
  border: solid #000000 1px;
  text-align: center;
  padding: 0px;
}

#fig1 {
  width: 363px;
}

#fig2 {
  width: 352px;
}

#fig3 {
  width: 493px;
}

#fig4 {
  width: 547px;
}

p.caption {
  margin: 0;
}

blockquote {
  margin: 0 5%;
}

pre {
  font-family: inherit;
}
