BODY {
	margin-left : 2%;
	margin-right : 2%;
	text-align : justify;
	font-family : serif;
color: #25408f;
}
P {margin-left : 7%;
	margin-right : 7%;
	
}

H3 {
	font-size: 65%;
	font-weight: lighter;
}



A:LINK {
	text-decoration : none;
	color: #25408f;
	font-weight : bold;
}
A:ACTIVE {
	text-decoration : underline;
	color: #fcf176;
	font-weight : bold;
}	
A:VISITED {
	text-decoration : none;
	color: #25408f;
	font-weight : bold;
}
		
A:HOVER {
	text-decoration : underline;
	font-weight : bold;
}