.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;
}
.bgdir {
	background-image: url(../imgs/bg-directory.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

h3 {
	font-size: 10px;
	color: #666666;
	margin-top: 0px;

}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
.title-biz {
	font-size: 14px;
}
.maintitle-r {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

