@charset "utf-8";
body {
	color: #000099;
	background-color: #CAE5E9;
	line-height: 155%;
	font-weight: normal;
	font-size: medium;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: #FF7E00;
	font-weight: bolder;
	text-decoration: underline;
}
a:active {
	color: navy;
	text-decoration: none;
}
.a:link {
	color: #000000;
	font-size: large;
	font-weight: bold;
}
