@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	line-height: 125%;
	background: #00293E;
	text-align: center;
}

/* headings */

h1, h2, h3, h4 {
	color: #0076C0;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
}

h2, h3 {
	
}

h3 {
	margin-left: .5em;
	border-bottom: 1px solid #0076C0;
	text-align: left;
	font-size: 110%;
}

h4 {
	font-size: 115%;
}

/* paragraphs and lists */

p {
text-align: justify;
}

dl {
text-align: left;
}

dt {
font-weight: bold;
}

ul {
text-align: left;
}

/* links */

a {
color: #2d88b5;
}

a:visited {
color: #256F92;
}

/* images */

img, iframe, table {
	border: 1px solid #94A3C4;
}
