.text{
	font-family: Arial;
	font-size: 10pt;
	color: black;
}
.firstword{
	font-family: Arial;
	font-size: 12pt;
	color: black;
}
A{
	font-family: Arial;
	font-size: 10pt;
	color: green;
	text-decoration: none;
}
A:hover{
	font-family: Arial;
	font-size: 10pt;
	color: green;
	text-decoration: underline;
}
