@charset "utf-8";


/********** GENERAL **********/

body {
	background:#ddeef6;
	color:#2277bb;
	font-family:Verdana;
	font-size:14px;
	line-height:30px;
	}

a {
	color:#005277;
	border-bottom:1px dotted #006600;
	text-decoration:none;
	}

a:hover {
	color:#339933;
	}

h1 {
	text-align:center;
	}
