font {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;


}
a:hover {
	text-decoration: underline;

}
a {
	text-decoration: none;
}
.largerFont {
	font-size: 16px;
}
.boldFont {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
