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

/* links */

a, a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#F00;
	
}

a:hover {
	color:#ff5765;
	
}