.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
		
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}

.style1 {
	font-family: "Arial, Helvetica", sans-serif;
	font-weight: bold;
	font-size: xx-small;
	color: #000000;

}

.banana {
	font-family: "Arial, Helvetica", sans-serif;
	font-weight: bold;
	font-size: xx-small;
	color: #000000;

}
.banana2 {
	font-family: "Arial, Helvetica", sans-serif;
	font-size: small;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #000000;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #dd0302;
	text-decoration: none;
}
