@charset "UTF-8";
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4E97C6;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #4E97C6;
}
a:hover {
	text-decoration: underline;
	color: #4E97C6;
}
a:active {
	color: #000;
}
