html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Verdana;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; } /* Forces IE & IE to treat padding the same */

ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; font-size: 12px; }
ul li {  }

.bordered { border: 3px solid #95ffee; padding: 4px; }



h1, h2, h3, h4, h5 { font-family: Georgia; font-weight: bold; }
a  { font: normal 12px Verdana; text-decoration: underline; }

h1, h1 a { color: #599d04; font-size: 18px; margin: 0px 0px 15px 0px; line-height: 22px; font-weight: normal; text-decoration: none; font-weight: bold; }
h2, h2 a { color: #599d04; font-size: 16px; line-height: 20px; margin: 0px 0px 8px 0px; font-family: Arial; text-decoration: none; font-weight: bold; }
h3 { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
p, small  { margin: 0px 0px 12px 0px; }
p, table, td, div, a, small  { color: #666666; font-size: 12px;  line-height: 17px; }
small { font-style: italic; color: #666666; display: block; }


a:hover { text-decoration: underline; }


