@charset "ISO-8859-1";
.exhixt {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	text-align: right;
	font-weight: normal;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	background-color: #FF0000;
}
a:active {
	background-color: #FF0000;
}

