html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 

object {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q { quotes: "" "";}


body {
	font: 16px/20px Trebuchet, "Trebuchet MS", Arial, sans-serif;
	background: #cff1f6;
	padding: 0;
	margin: 0;
	color: black;
}

i {
	font-size: 11px;
}

p {
	margin: 15px 0; 
	line-height: 20px;
}

a {color: blue;}
a:hover {text-decoration: none;}

ol, ul {
	margin-top: 10px; 
	padding: 0 0 0 20px;
	list-style-position: outside;
}

ul li {
	padding-left: 25px;
	margin-bottom: 10px;
	color: #5A0B1F;
	list-style: square;
}

ol li {
	padding-left: 15px;
	margin-bottom: 10px;
	list-style-type:decimal
	}

h2 {
	font-size: 24px;
	color: #5A0B1F;
	font-weight: bold;
	line-height: 26px;
	margin: 20px 20px 0 0;
	}
	
h3 {
	font-size: 20px;
	color: #d8532b;
	font-weight: bold;
	line-height: 26px;
	margin-top: 20px;
	}


strong {font-weight: bold;}