@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lato","Source Sans Pro",Helvetica,sans-serif;
	/*margin: 0px 50px 0px 50px;*/
	alignment-adjust: central;
	text-align: center;
	}

a {
	color: #08a3ca;
	text-decoration: none;
	}

a:visited {
	color: #08a3ca; /*#ac0404;*/
	}

a:active,
a:hover {
	color: #08a3ca; /*#ea9629;*/
	outline: 0;
}

a:hover {
	text-decoration: underline;
}