body {
	background-color: white;
	margin-top: 40px;
	margin-left: 60px; 
	margin-right: 60px;
	margin-bottom: 40px;
	font-family:   Arial, Verdana, sans-serif;
	font-size: small;
	color: black;
	}

#header {
	background-color: white;
	
	}


a:link {
  color: blue }

a:visited {
  color: maroon }


#linkbar {
	background-color: white ;
	height: 35px;
	
	/** border: 1px solid blue; **/
	}



#content {
	background-color: white;
	
	margin-top: 0px;
	margin-left: 0px;  
	margin-right: 0px;
	
	padding: 0px 10px 0px 10px; /*top right bottom left**/
	}


h1 { 
	font-family:  Arial, Verdana, sans-serif; 
	font-size: 24px;
	font-weight: bold;	
	color: black; 
	} 


h2 {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 18px;
	color: black; 
	} 




p {
	padding: 0px 20px 0px 20px; /*top right bottom left**/
	}


p.em {
	font-style: italic;
	}




.bold {
	font-weight: bold;
	}

.navy {
	color: navy;
	}


.em {
	font-style: italic;
	}

blockquote {
	width: 85%;
	margin-top: 1em;
	margin-right: 5em;
	margin-bottom: 1em;
	margin-left: 5em;
	padding: 1px, 1px, 1px, 12px;  /**padding - top right bottom left**/
	font-style: italic;
	}



table {
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif; 
	}	
	

.footer links {
	font-size: x-small;
	text-align: center;
	margin-bottom: 3em;
	}
