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

.textcss {
	font-family: Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
}

a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: underline;
}


a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: underline;
}


a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #E13F32;
	text-decoration: underline;
}
