.title {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.subtitle {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.text {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	}

a:link {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	color: #FF9933;
}

a:active {
   font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	color: #FFFFFF;
}