body {background-color:#F2F1D7;
font-size:14px;
}
/* for light green use #EAFBDB*/
/* for peach use #FBF5D1 */
/*fawn use  #E9E8BA*/

.top {background-color: yellow}
.indented {padding-right: 45px; padding-left: 45px}
.tree {background-image: url(tree1b2gr.jpg)}
/* for light green use  url(tree1b2gr.jpg) */
/* for peach use  url(tree1b2a.jpg)*/

.mine {border-top: 0.05em blue solid; border-right: 0.05em blue solid; border-bottom: 0.05em blue solid; border-left: 0.05em blue solid;
background-color: #ECF9FF;
padding-top: 2px; padding-right: 2px; padding-left: 2px; padding-bottom: 5px
}

.pats {border-top: 0.05em red solid; border-right: 0.05em red solid; border-bottom: 0.05em red solid; border-left: 0.05em red solid;
background-color: #FFF0F0;
padding-top: 2px; padding-right: 2px; padding-left: 2px; padding-bottom: 5px
}

.lists {background-color: #FFFFd7}
/* for light green lists use ##FFFFD7*/
/* for peach lists use #FCF1C5 */

h1
{
color:maroon;
text-align: center;
font-size: 1.8em
}

h2
{
color: #CC0033;
text-align: center;
font-weight:600;
font-size: 1.6em;
font-family: Arial, Helvetica, sans-serif;
}
.page {margin-top: 10px}

h3
{
color: #CC3300;
text-align: center;
padding-top: 2px;
padding-bottom: -1px;
font-size: 14pt
}

.subpage {margin-top: 1px}

h4
{
color: #CC3300;
text-align: center;
font-size: 12pt
}

h5
{
color: #CC3300;
text-align: center;
font-size: 11pt
}

hr {color:navy}

.address {font-size: 1.2em;
color: black;
font-family: Arial, Helvetica, sans-serif;
}


p {font-size: 0.95em;
color: black;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5em;
 margin-left: 5px;
 margin-bottom: 0.2em;
 margin-top: 0.5em;
  }
 p.chart {font-size:13px;
 color:#FF0000;}
 
 /* 
A:link    {color:#0308DB;}
A:visited {color:#6600CC; text-decoration:underline;}
A:active  {color:#0000FF; text-decoration:underline;}
A:hover   {color:#FF0033; text-decoration:underline overline;}*/
{
border:red solid thin;
outline:#00ff00 dotted thick;
}

A.type2:link    {color:#0308DB;}
A.type2:visited {color:#6600CC;}
A.type2:active  {color:#0000FF;}
A.type2:hover   {color:#FF0033;background-color: #CCFFFF}

li{font-size:0.8em; color: black; margin-left: 40px;}

table {color:green; font-size:1.0em;}






