﻿* { font-size: 1em; } /* standardize fonts */
html, body {
	font-size: 100%; /* fixes em's in IE */
}
body {
	font: 75%/1.25 Arial,Tahoma,Helvetica,sans-serif; /* reset to 12 pixels for the base font-size; line-height of 15 pixels */
}

a, img { outline-style:none; border-style:none; }

small { font-size: .83em; }
big { font-size: 1.2em; }

/* 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: 1.5em 0 .5em;
}
.content h2 {
	font-size: 1.35em; /* about 16px */
	margin: 1.5em 0 .5em;
	text-align: left;
	
}
.content h3 {
	font-size: 1.16em; /* about 14px */
	margin: 1.3em 0 .3em;
}
.content h4 {
	font-size: 1.1em; /* about 13px */
	margin: 1.1em 0 .2em;
}
.content p { 
	margin: .2em 0 1.2em;
}


a:link { color: #0B66A6; text-decoration: underline; }
a:visited { color: #0B66A6; text-decoration: underline; }
a:hover, a:focus, a:active { color: #F4AB3D; text-decoration: none; }

.container { display: inline-block; }
.container:after { content: '.'; clear: both; display: block; overflow: hidden; visibility: hidden; height: 0; }
.container { display: block; }
* html .container { height: 1%; }