p {
   text-align: justify;
   text-indent: 12px;
   margin-bottom: 10px;
   font-size: 12px;
   margin-bottom: 10px;
}
h1 {
   font-size: 16px;
   font-weight: bold;
   color: #5b7f6f;
/*   background: url("../images/h1_blend.jpg") repeat-y right top; */
   margin-bottom: 30px;
   margin-top: 20px;
}
h2 {
   font-size: 12px;
   font-weight: bold;
   color: #006633;
   margin-bottom: 5px;
   margin-top: 5px;
}
div#content ul {
   font-size: 12px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 50px;
   list-style: url(../images/li_bullet.jpg) outside;
}
div#content a {
   color: #006633;
   text-decoration: none;
}
div#content a:hover {
   text-decoration: underline;
}
