body, div, li, p, th, td { 
     color: black;
     font-family: Verdana, Arial, Helvetica, Tahoma, Trebuchet, sans-serif;
     }
body {
     margin-left: 4%;
     margin-right: 4%;
     }
p {
     text-indent: 1.5em;
     }
H1   {color:#FAD137; font-size:16px; font-weight:bold;
     font-family: "Arial Rounded MT Bold", Verdana, Arial, sans-serif;
	margin-left : 0;
     }
h2, h3, h4, h5 {
     color: maroon;
     font-family: "Arial Rounded MT Bold", Verdana, Arial, sans-serif;
     margin-left: -2%;
     }
ul {
     list-style-type: square;
     }
a {
     color: blue;
     font-weight: 700;
     text-decoration: none;
     }
a:visited {
     font-weight: 700;
     text-decoration: none;
     }
a:hover, a:active {
     font-weight: 700;
     color: white;
     background: maroon;
     text-decoration: none;
     }
.loose {
     line-height: 160%;
     }
.std {
     line-height: 100%;
     }
.tight {
     line-height: 85%;
     }
.init {
     text-indent: 0em;
     }
.flush {
     text-indent: 0em;
     }
.indent {
     text-indent: 2%;
     }
.caption {
     text-indent: 0em;
     font-size: smaller;
     font-style: bold;
     color: maroon;
     }
.boxed {
     margin: 0em;
     padding: 1.5em;
     border: solid thin maroon;
     }
.book {
     font-style: italic;
     font-weight: bold;
     }