H1, H2, H3, H4, H5, H6 { 
	text-align: center; 
	margin-top:30px; 
	}
P  { 
	text-align: justify; 
	line-height: 150%; 
	margin-left: 80px; 
	margin-right: 80px 
	}

BODY {
	margin: 0;
	background-color:  #f0f0f0 ;
	}


A:link    {font-weight:bold; color: DarkBlue; text-decoration: none}
A:active  {font-weight:bold; color: DarkBlue; text-decoration: none}
A:visited {font-weight:bold; color: DarkBlue; text-decoration: none}
A:hover   {font-weight:bold; color: DarkBlue; text-decoration: underline overline font-size: 105%; }

ul li {
	text-align: justify; 
	line-height: 150%; 
	margin-left: 80px; 
	margin-right: 80px ;
	padding-bottom: 10px
}
ol li {
	text-align: justify; 
	line-height: 150%; 
	margin-left: 80px; 
	margin-right: 80px ;
	padding-bottom: 10px
}


