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

.av80 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5e4646;
}

.av90 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #5e4646;
}

.av120 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none; color: blue; 
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none; color: blue; 
}

