html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-color:#083950;
	text-align:center;
}
h1{
	font-size:12px;
	color:#083950;
	font-weight:bold;
	margin:0px;
	padding-bottom:10px;
}
h2{
	font-size:12px;
	color:#396173;
	font-weight:bold;
	margin:0px;
	padding-bottom:10px;
}
ul{
	clear:both;
}
li{
	color:#396173;
}
