* { font-size: 1em; } /* standardize fonts */
html, body {
	font-size: 100%; /* fixes em's in IE */
}
body {
	font: 75%/1.25 Verdana, Arial, sans-serif; /* reset to 12 pixels for the base font-size; line-height of 15 pixels */
}

small { font-size: .83em; }
big { font-size: 1.2em; }

img {border:0;}

/* content areas of the document */
/* I don't usually use an h1 in the content of the document; start from h2 */
.content h1 {
	font-size: 1.5em; /* about 18px depending on base font-size; */
	margin: .5em 0;
	color:#295584;
}
.content h2 {
	font-size: 1.35em; /* about 16px */
	margin: 1.5em 0 .5em;
	color:#295584;
}
.content h3 {
	font-size: 1.16em; /* about 14px */
	margin: 1.3em 0 .3em;
	color:#295584;
}
.content h4 {
	font-size: 1.1em; /* about 13px */
	margin: 1.1em 0 .2em;
	color:#295584;
}
.content p { 
	margin: .2em 0 1.2em;
}


a:link { color: #AE1D1A; text-decoration: underline; }
a:visited { color: #295584; }
a:hover, a:focus, a:active { color: #AE1D1A; text-decoration: none; }
