
.weatherbase {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	font-size: 12px;
	background-color: #FFFFFF;
	width:500px;
}
.weatherbase a:link {
	color:#000080;
}
.weatherbase a:visited { 
	color:#000080; 
}
.weatherbase a:active { 
	color:#000080; 
}
.weatherbase a:hover { 
	color:#FF0000;
	text-decoration: none; 
}

.daycond {
	text-transform:capitalize;
}

.weathertext {
	font-family: verdana;
	font-size: 11px;
}
.weathertext a:link {
	color:#000080;
}
.weathertext a:visited {
	color:#000080;
}
.weathertext a:active {
	color:#000080; 
}
.weathertext a:hover {
	color:#FF0000; 
	text-decoration: none 
}

.weathertextborder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border-top: 1px dotted #DDDDDD;
}

.weathergraybanner {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #EEEEEE;
}

.weatherheadings {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #F0F0F0;
}

.weathertextlight { 
	font-size: 9px;
	color: #C0C0C0;
	text-align: right;
}