/* Type & image presets */

body {
	font-family: Georgia, Times, "Times New Roman", serif;	
	font-size: 12px;
	line-height: 16px;
	-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
}

a {
	text-decoration: none;
	color: #005698;
	font-weight: normal;
	border-bottom: 1px solid #adadad;
}

a:hover {
	color: #000;
	border-bottom: none;
}

a img {
	display: block;		/* Stops image links getting text link styles */
}

p, ul, ol, blockquote {
	margin-bottom: 20px;	/* Changing this will break the baseline grid. */
}

blockquote {
	border-left: 1px solid #c1c1c1;
	color: #747474;
	padding-left: 15px;
	margin-left: -15px;
}