body { margin-left: 10%; margin-right: 10%; background-color: white;
       background: white; color: black; 
       font-family: arial, helvetica, sans-serif }
P, ADDRESS { font-family: arial, helvetica, sans-serif; text-indent: 0cm }
B, STRONG  { color: black; background: yellow; font-weight: bold}
BLOCKQUOTE { font-family: arial, helvetica, sans-serif;
             text-indent: 2cm; background: white }
LI         { font-family: arial, helvetica, sans-serif }
.done    { font-family: arial, helvetica, sans-serif ;
             text-decoration: line-through; 
             color: gray; background: white }
H1         { text-indent: 0cm; text-align: left; 
	     color: white; 
	     background: navy; 
	     padding: 3px;
	     font-weight: bold; 
             font-family: arial, helvetica, sans-serif;
             font-size: 12pt;}
H1 A	{ color: white; }
H2         { margin-left: -2%;; text-align: left; color: black; 
             background: white; font-weight: bold; 
             font-family: arial, helvetica, sans-serif;
             font-size: 16pt;}
S, STRIKE   {  font-family: arial, helvetica, sans-serif; 
              text-decoration: line-through;
              color: gray; background: white }

div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

li.inline {
  display: inline;
  padding-left: 3px;
  padding-right: 7px;
  border-right: 1px dotted #066;
  }

li.last {
  display: inline;
  padding-left: 3px;
  padding-right: 3px;
  border-right: 0px;
  } 

