/* baseline override styles */
/* @import url('baseline.css'); */

/* Common styles for the site */

body {
  font-family:verdana;
  background-color:#fff;
}
/* body, p, ul, ol, td { font-size: 83%;} */

ul ul, ul ol, td ul, td ol, td p, p ul, p ol, p td, body p { font-size:100%;}
div ol, div ul { font-size:100%;}
table.content td {font-size:100%;}

h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 83%; }

h1, h2, h3, h4, h5
{
    font-weight: bold;
    font-style: normal;
    margin: 1.25em 0 0.5em 0;
    padding: 0;
}




