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