@charset "utf-8";
/* CSS Document */

body {
	background-color: #002c52;
	/* Font size of 62.5% allows 1em to equal 10pt (so 1.4em = 14pt, etc.) */
	/*font-size:62.5%;*/
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 0.5em 0em;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.5em 0em;
}


p {
	font-size: 1em;
	padding: 0.5em 0em;
	line-height:1em;
}

em { font-style: italic; }
strong { font-weight: bold; }

ul {
	font-size: 1em;
	list-style: disc;
	margin: 10px 0px 10px 35px;
	line-height: 1em;
}

ol {
	font-size:1em;
	list-style: decimal;
	margin: 10px 0px 10px 35px;
	line-height: 1em;
}
