body { 
margin-top: 10px;
margin-bottom: 20px;
margin-right: 5px;
margin-left: 5px;

background-color: ; 
color: #000000; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 15px;
font-weight: bold; 
	}
	 
h1 {
	margin: 0px 0px 0px 00px;
	padding: 0px 5px 0px 00px;//The space above and beneath text
	font-family: Verdana, Arial sans-serif ;
	font-size: 18px;
	color: Blue; 
	background-color: #FFFFFF;   
	border-bottom: none;
	}

	
h2	{ 
	margin: 10px 0px 15px 10px;
	padding: 5px 10px 5px 0px; //The space above and beneath text
	font-family: Verdana, Arial sans-serif ;
	font-size: 16px;
	color: Blue;
	background-color: #FFFFFF; //#E0E0E0;  
	border-bottom: #C6EFF7 4px solid; 
	}
h3 {
	color: Black;
	}
h4	{// USED FOR NUMERIC YEAR
	font-family: Verdana, Arial sans-serif ;
	color: Red;
	font-size: 16px;
	padding: 5px 0px 0px 0px; //The space above and beneath text
	}
p {
	margin: 10px 10px 25px 20px;
	padding: 5px -10px 5px 10px;

	/*text-indent: 15px;*/ FIRST LINE INDENT
	font-family: normal Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 1.5px;
	line-height: 18px;
	font-family: Tahoma, Arial, Verdana;

}


/* IMAGE STYLE */
img {
border: none;
}		

	
a:link {
	font-size: 14px;
	color: Blue; // 
	background-color: transparent;
	text-decoration:none;
	font-weight:Bold;
	}
a:visited {
	font-size: 14px;
	color:Blue; 
	background-color: transparent;
	text-decoration:none;
	font-weight:Bold;
	}
a:hover {
	font-size: 14px;
	color:#483D8B; //Dark Slate Blue;
	background-color: transparent;
	text-decoration:none;
	font-weight:Bold;
}
a:active {
	font-size: 14px;
	color:Yello;
	background-color: transparent;
	text-decoration: none;
	font-weight:Bold;
}
td {
	font-size: 12px; //ALL Cell BACKGROUNDS
	margin: 0px 0px 0px 0px;
	border:0px solid Silver;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;//The space above and beneath text in a cell
	color: 0;
}
/* STYLES FOR  Unordered List and List Items*/
ul {
font: normal 12px/14px "Trebuchet MS", Verdana, Arial, sans serif;
}
li {
font: normal 12px/16px "Trebuchet MS", Verdana, Arial, "sans serif";
margin: 0px;
}
