@charset "UTF-8";
/* CSS Document */

html {
	height: 100%; /* this sets height of page to 100% */
}

body {
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	color: #555;
	height: 100%;
	 /*background-color: #1a6caa;*/
}


#main {
	width: 900px;
	position: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
}


p {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 1.2em;
	color: #555;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #990000;
}

a:link, a:visited {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
	text-decoration: none;
}