@charset "utf-8";
/* CSS Document */
<!--Global Headers-->

h1 {
	font-size: 50px !important;
	color: #0681BF;
	padding:0 !important;
}

h2 {
	font-size:30px;
	color: #0681bf;
}

h3 {
	font-size:26px;
	color:#fff;
}

h4 {
	font-size: 24px;
	color: #fff;

}

h5 {
	font-size: 30px;
	color:#0681bf;
	margin-bottom: 10px;
	margin-top: none;
}

h6 {
	font-size: 40px;
	color:#333;
	margin-bottom: 10px;
	margin-top: 3px;
}

h7 {
	font-size: 30px;
	color:#FFF;
}

h8 {
	font-size: 14px;
	color:#FFF;

}
<!--Body-->

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color:#0681bf;
}

::selection {
  background: #FDFD96;
  color:#333;
}
::-moz-selection {
  background: #FDFD96;
  color:#333;
}

<!--Links-->

a:link {
	color: #0f0;
	text-decoration: none;
}
a:visited {
	color: #FFF;	
	text-decoration: none;
}
a:hover {	
	color: #999;
	text-decoration: none;
}
a:active {	
	color: #999;
	text-decoration: none;
}



