body { 
 color: #000000; /* text color */
 margin: 1em 0 0 0;
 width: 960;
 background-color: #ffffff;
 background-repeat: no-repeat;
 background-position: top center;
 background-margin: 0px;
 background-image: url("../images/background.png");
 }
ul {
 list-style-image: url("../images/ul_arrow.gif");
 font-family: Book Antiqua, Bookman Old Style, serif;
 font-size: 14px;
 font-style: normal;
 line-height: 16px;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #000000;
 text-decoration: none;
 text-indent: 20px; 
 list-style-position: outside;
 list-style-type: disc;
 padding: 2px;
 margin: 2px;
 margin-left: 2em;
 padding-left: 0;
 }
li {
 margin-left: 0;
 margin-right: 0; 
 padding-left: 0;
 padding-right: 0;
 margin: 0;
 }
h2 { 
 font-family: Book Antiqua, Bookman Old Style, serif; 
 font-size: 26px; 
 line-height: 28px;
 font-weight: bold;
 text-decoration: none; 
 color: #000000;
 margin-top: 2%;
 margin-bottom: 1%;
 margin-left: 2%;
 margin-right: 2%;
 /* border-bottom: 1px solid #C6EC8C; */
 }
h4 { 
 font-family: Book Antiqua, Bookman Old Style, serif; 
 font-size: 18px;
 line-height: 20px;
 font-style: normal;
 font-weight: normal;
 text-decoration: underline; 
 color: #000000; 
 margin-bottom: 2px;
 margin-top: 2%;
 margin-left: 3%;
 margin-right: 3%;
 padding-top: 0;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 0;
 }
h5 { 
 font-family: Book Antiqua, Bookman Old Style, serif; 
 font-size: 14px;
 line-height: 16px;
 font-style: normal;
 font-weight: normal;
 text-decoration: none; 
 color: #000000;
 margin-bottom: 0;
 margin-top: 0;
 margin-left: 5%;
 margin-right: 5%;
 padding-left: 0;
 padding-right: 0;
 }
h6 { 
 font-family: Book Antiqua, Bookman Old Style, serif; 
 font-size: 12px;
 line-height: 12px;
 font-style: normal;
 font-weight: normal;
 text-decoration: none; 
 color: #444444; 
 margin-bottom: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 display: inline;
 }
a:link, a:visited, a:active { 
 color: #5078a0; 
 text-decoration: none;
 font-weight: bold;
 }
a:hover { 
 background: #d1debd;
 color: #5078a0;
 text-decoration:none; 
 font-weight: bold;
 } 