@charset "UTF-8";
/* CSS Document */

a:link {
	color:#000;
	text-decoration:none;
	font-size: small;
	font-style: italic;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

a:visited {
	color:#333;
	text-decoration: none;
}
a:active {
	color:#333;
	text-decoration: none;
}

