@charset "utf-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	min-height: 1080px;
}
body {
	background-color:#606060;
	line-height: 1.4;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { padding: 0; margin: 10px 0; }
h1, h2, h3, h4, h5, h6 {	margin-top: 0; padding-right: 0; padding-left: 0; }
a img { border: none; }
p { margin: 10px 0; padding:0; }
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {
	color: #23499F;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color:#23499F;
}
