@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	color:#000000;
	background-color:#112244;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #000000; }
a:hover { color: #0000ff; }
p { margin: 6px; text-align:left; }
ol, ul { text-align:left; }
h1 {color: #000066;}
h2 {color: #000066; text-align:left;}
h3 {color: #000066; text-align:left;}
#container {
	margin:6px auto;
	width:900px;
	background:#ffffff;
	padding:0px;
}
#text {
  margin: 6px 90px;
}
