body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFCC66;

}
a:active {
	color: #FF0000;
}
.boxwthr {
	background-image: url(Assets/weatherback.jpg);
	background-repeat: no-repeat;
	padding: 3px;
	height: 160px;
	width: 140px;
}
.box {
	border: double #999999;
	padding: 3px;
}
