BODY { background-image: url('/coders/weather/orange1.jpg');}

.weatherbase {
	font-family: verdana;
	/*border: 1px solid #000060;*/
	font-size: 11px;
	background-color: #ffffff;

}

.weatherbase a:link{color:#000080; }
.weatherbase a:visited{color:#000080; }
.weatherbase a:active{color:#000080; }
.weatherbase a:hover{color:#ff0000; text-decoration: none }


.weathertext {
	font-family: verdana;
	font-size: 11px;
}
.weathertext a:link{color:#000060; text-decoration: none}
.weathertext a:visited{color:#000060; text-decoration: none}
.weathertext a:active{color:#000060; text-decoration: none}
.weathertext a:hover{color:#ff0000; Text-Decoration: underline }


.weathertextborder {
	font-family: verdana;
	font-size: 11px;	
	border-top: 1px dotted #dddddd;
}

.weathergraybanner {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #cde4f4;
	padding:4px;
	border-bottom: 1px solid #000060
}

.weatherheadings{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.weathertextlight { 
	font-size: 9px;
	color: #c0c0c0;
	text-align: center;
	/*font-style:italic;*/
	border-top:1px solid #000060

}