/* CSS Document */

.text {
	font-family: Arial, Helvetica, Veranda;
	font-size: 12px;
	color: #d8d8b1;
}

.text a:link {
	font-family: Arial, Helvetica, Veranda;
	font-size: 12px;
	color: #d8d8b1;
	text-decoration:underline;
}

.text a:hover {
	font-family: Arial, Helvetica, Veranda;
	font-size: 12px;
	color: #e6d8ba;
	text-decoration:underline;
}
.text a:active {
	font-family: Arial, Helvetica, Veranda;
	font-size: 12px;
	color: #e6d8ba;
	text-decoration:underline;
}
.text a:visited {
	font-family: Arial, Helvetica, Veranda;
	font-size: 12px;
	color: #d8d8b1;
	text-decoration:underline;
}

H5 {
	font-size: 14px;
}

