.text {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

.nav {
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.nav:hover {
	font-family: Arial;
	font-size: 12px;
    color: #FF9804;
	font-weight: bold;
}

a {
	font-family: Arial;
	font-size: 12px;
	color: #FF9804;
	text-decoration:underline;
}