.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: White;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #E6E1A5;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFF66;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFF66;
	text-decoration: underline;
}
.atitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFF66;
	font-weight: bold;
}
.label {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #E6E1A5;
}