/*
  framed styles
  $Revision: 1.2 $
  $Date: 2008-05-01 13:22:45 $
  $Author: armstrj $
*/

body {
  margin          : 0px 4px 0px 5px;
  width           : 750px;
  overflow-x      : hidden;
}

h1 {
  margin-bottom   : 20px;
}

/* date titles */
h2 {
  border-bottom   : 1px solid #517B70;
  color           : #2D5593;
  font-size       :  90%;
  font-weight     : bold;
  margin-bottom   : 2px;
  padding         : 2px 2px 2px 2px;
}

p {
  margin-bottom   : 10px;
  padding-left    : 1em;
  padding-right   : 2em;
  /* hanging indents
  text-indent     : -0.5em;
  padding-left    : 0.5em;
  */
}

