/* CSS Document */
h1 {
	font-family: "Gill Sans MT", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #004d66;
}
.weatherbodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.weatherbodycopy a:link {
	color: #004d66;
	text-decoration: none;
	}
.weatherbodycopy a:visited {
	text-decoration: none;
	color: #004d66;
}
.weatherbodycopy a:hover {
	text-decoration: none;
	color: #00222d;
}
.weathersmallcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}

.weathersmallcopy a:link {
	color: #004d66;
	text-decoration: none;
	}
.weathersmallcopy a:visited {
	text-decoration: none;
	color: #004d66;
}
.weathersmallcopy a:hover {
	text-decoration: none;
	color: #00222d;
}