@CHARSET "ISO-8859-1";

html {
	height: 90%;
}

h1 {
	font-size: 18pt;
	text-align: center;
}

h2 {
	font-size: 16pt;
	margin-bottom: 10px;
}

h3 {
	font-size: 10pt;
}

body {
	font-family: sans-serif;
	font-size: 10pt;
	height: 90%;
	margin:1em 1em 1em 1em;
	padding:1em 1em 2em 1em;
	margin-left:auto; margin-right:auto;
	font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

a {
	color: #222222;
	text-decoration: underline;
}


a:HOVER{
	color: highlight;
	text-decoration: none;
	/* background-color: #bbf; */
	cursor: pointer;
}

.main-header{
	background-color: #AABBCC;
}

.centeredContent{
	margin:0 auto;
}