font {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;


}
a:hover {
	color: #003399;

}
a {
	text-decoration: none;
	color: #333333;
}
.largerFont {
	font-size: 18px;
}
.boldFont {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.smallFont {
	font-family: Arial;
	font-size: 10px;
}

