.weather {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a.weatherlink:link {

	color: #FFFFFF;

}
a.weatherlink:visited {

	color: #FFFFFF;
}
a.weatherlink:active {

	color: #FFFFFF;
}
a.weatherlink:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
.temperature {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
