html {
	height: 100%;
	width: 100%;
}

body {
	color: #ffffff;
	background-color: #6495ed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	margin: 10;
	padding: 0;
	height: 100%;
	width: 100%;
}

p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

h1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

h2 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

h3 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

h4 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

div.menu {
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}

a:link{color:#0000FF; font-family:sans-serif; font-weight:normal; text-decoration:underline; }
a:visited{color:#000080; font-family:sans-serif;  font-weight:normal; text-decoration:underline; }
a:hover{color:#000080; font-family:sans-serif;  font-weight:normal; text-decoration:underline; }
a:active{color:#ffffff; font-family:sans-serif;  font-weight:normal; text-decoration:none; }
