a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
	}

.breadcrums {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.weather {
	position: fixed;
}
.mainheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000066;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.picframe {
	border: thin solid #000000;
}
.footerimage {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
	width: 779px;
}
