@charset 'utf-8';

body {
	background-color : #eeeeee ;
}

a:link {
	color : #0000f0;
	text-decoration :  underline;
}

a:visited {
	color : #e80000;
	text-decoration :  underline;

}
	a:active {
	color : #0080ff;
	text-decoration :  underline;

}

a:hover {
	color : #000000;
	background-color : #80ff80;
	text-decoration :  none;
}
