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


#wrapper #contens #main a {
	text-decoration: none;
}

#wrapper #contens #main a:hover {
	color: #FF0000;
	text-decoration: underline;
}
