body{ 
	background-color: #D4E1EE;  
	color: #0D161F;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .9em;
	margin: 0 30% 0 25%;   }
	
body h1{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-weight: normal; 
 	font-size: 200%;
	margin: 5% 0 0 0;
	border-bottom: 2px solid #0D161F;
	text-transform: lowercase;
}
body h1 + *{
	margin-top:0;
}
body h2{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-weight: normal; 
 	font-size: 150%;
	margin: .5em 0 0 0;
	text-transform: lowercase;
}
body h2 + *{
	margin-top:0;
}
body h3{ 
	font-family: Arial, Helvetica, sans-serif;  
	font-weight: bolder; 
 	font-size: 120%;
	margin: .0 0 0 0;
	text-transform: lowercase;
}
body h3 + *{
	margin-top:0;
}
body p{
	line-height: 150%;
}
body p a:link{ 
	text-decoration: none;  
	color: #274FDD; 
}
body p a:link:hover{ 
	color: Blue;  
	text-decoration: underline; 
}
body p a:visited{
	text-decoration: none;
	color: #774FDD;
}
body p a:visited:hover{ 
	color: Fuchsia;  
	text-decoration: underline; 
	
}
body hr{
	color: #0D161F;
	background-color: #0D161F;
	height: 2px;
	border-style: solid;
}


#b:target{
	color: Red;
}
#c:target{
	width: 105%;
	position: relative;
	left: -5%;
	font-size: 115%;
	background-color: #EEEED4;
	padding: 2.5%;
	color: #090F1B;
	border-style: solid;
	border-width: 2px;
	border-color: #BBC564;
	
}
#c:target h2{ 
	text-transform: capitalize;
	border-bottom: 2px solid;
 }