@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	overflow: auto;
	font-size:80%;
	}
	
body {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#a5aecf;
	
}

a:link {
	color: #83d09b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #83d09b;
}
a:hover {
	text-decoration: underline;
	color: #C9D8FF;
}
a:active {
	text-decoration: none;
}
