@charset "utf-8";
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	color: #6391A1;
	text-decoration: none;
}
a:hover {
	font-style: italic;
}
body {
	background-color: #6492A2;
}

