@charset "utf-8";
html {
	margin:0;
	padding:0;
	width:100%;
	display:table;
	}
body {
	width: 100%;
	height:100%;
	margin: 0px 0 1px;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	display: table;
	position: relative;
	background-color: #0083B4;
	font-size: 24px;
	color: #fff;
	
}
a, a:visited {
	color: #fff;
	text-decoration: none;
}



