@charset "utf-8";
/* CSS Document */

#top {
	height: 146px;
	width: 800px;	
	background-image: url(../images/island-weekendtur-banner.jpg);
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #1B75BC;
}
a:active {
	text-decoration: none;
	color: #1B75BC;
}
