/* default */

a:link {
	color: "blue";
	text-decoration: none;
}
a:visited {
	color: "blue";
	text-decoration: none;
}
a:hover {
	color: "blue";
	text-decoration: underline;
}
#top {
	height: 100; width:750;
	align: center;
	background-image: url(images/topbanner.jpg);
	background-repeat: no-repeat;
}
#nav {
	width: 110;
	align: left;
	background-repeat: no-repeat;
}



