.nav {
	color: white;
	font-family: Arial;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	vertical-align : middle;
}
.subnav {
	color: black;
	font-family: Arial;
	font-size : 12px;
	text-decoration : none;
	vertical-align : middle;
}

.header {
	color: #D1BE72;
	font-family: Arial;
	font-size: 20px;
	font-wight: bolder;
}

.text {
	color: black;
	font-family: Arial;
	font-size: 12px;
}

.ctlink {
	color: black;
	font-family: Arial;
	font-size: 12px;
}

.footer {
	color: black;
	font-family: Arial;
	font-size: 10px;
}

.weather {
font-family: Arial;
	font-size: 9px;
}

A:hover {color:"#D1BE72";}
