#main
{
	margin-top: 0px;
	margin-right:auto;
	margin-left:0px;
	width: 750px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
}
#content
{
	margin-top: 10px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 0px;
}
#weather
{
	margin-top: 5px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:5px;
	padding: 3px;
	text-align: center;
	background-color: #99CC99;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
body 
{
	background-color: #A9895A;
	color: #666666;
	background-image: url(images/bkgd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
a.mnu {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699FF;
	border-right-color: #6699FF;
	border-bottom-color: #6699FF;
	border-left-color: #6699FF;
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
}
a.mnu:hover {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #99CC99;
	border-right-color: #99CC99;
	border-bottom-color: #99CC99;
	border-left-color: #99CC99;
	color: #666666;
}
.heading{
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
}

