/*
    Apply this after base,css to get site specific styling
*/
body {
  background-color: white;
}
section {
/* reset the padding so sections h1 headings can display in box style  */
padding: 0px 0px 5px 0px;
margin-left: 7px;
}
.innersection {
/* margins for content placed inside a section box  */
margin: 0.8em;  
}  
p {
font: normal;
color: #5b5b5b;
text-align: justify;
line-height: 1.2em;
padding: 2px 5px 3px 5px;
}
h1 {
font: Garamond, Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
background: #00a0e3;
padding: 0px;
margin: 0px;
text-align: center;
}
h2,h3,h4 {
padding: 2px 5px 3px 5px;
color: #5b5b5b;
}
SELECT, TH, TD {font-size: 1.2em; color: #5b5b5b;}
.padleft25 {
padding-left: 25px;

}
LI LI, LI P, TD P, BLOCKQUOTE P {font-size: 1.2em;color: #5b5b5b;}
a:visited{ color: Purple; }
a:link { color: #5b5b5b; }
a.yellowlink:visited  {color: Yellow; text-decoration: none;}
a.yellowlink:link  {color: Yellow; text-decoration: none;}
a.yellowlink:active  {color: Yellow; text-decoration: none;}
a.yellowlink:hover   {color: Yellow; background-color: lightslategray; text-decoration: none;}