﻿BODY, TD {

             background-color: #FEE994;
             
             margin-top:0%;
             margin-right: 10%;
             margin-bottom:2%;
             margin-left: 5%;
	padding-top: 0%;
	padding-right: 5%;  
	padding-bottom: 5%;
	padding-left: 5%;
             font-family :  Helvetica, Verdana, Arial, sans-serif;
             color : navy;
	font-size: 14px;
             line-height: 1.5em;
           	text-align: justify;
             text-indent: 3px;
	
}
H1 {
     margin-left: 10%;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
   }



H2 {
             margin-left: 2%;
            	font-size: 14pt;
	color: red;
             text-align: justify;
}

H3 {
        margin-left: 45%;
	font-size: 14pt;
           font-weight: normal;
	color: #0066FF;             
}

H4 {
           font-size: 8pt;
	font-weight: bold;
	color : #0066FF;
	}

A {
	text-decoration: none;
             font-weight: bold;
	color: maroon;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

HR {
	color: blue;
	height: 1pt;
}
