@charset "UTF-8";
a:visited {
	font-family: Arial;
	color: #FC3;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.1em;
}
a:link {
	font-family: Arial;
	color: #F93;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.1em;
}
a:hover {
	font-family: Arial;
	color: #00BFFF;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: right;
}

