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

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	background-color: #FF0;
}
a:active {
	text-decoration: underline;
	background-color: #F00;
}
