/* CSS Document 
*
* CSS TYPOGRAPHY
*
* Author: Jesse Burcsik
* Date: 14/11/20009
*
*
*/


h1 {
	font-size: xx-large;
}



h2 {
	font-size: x-large;
}



h3 {
	font-size: large;
}



h4 {
	font-size: medium;
}



p {
	display: block;
	line-height: 1.35em;
}



a {
	text-decoration: none;
	color:#003867;
	border: none;
}

a:hover {
	color:		#4F9512;
}