/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #0069AA;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 18px;
}
.photo {
	width: 460px; height: 454px;
	background-image:url(images/islamorada-hotel.jpg);
	text-indent: -9999px;

}
a:link, a:visited {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	
}

a:hover, a:active  {
	color: #0099CC;
	text-decoration: none;
}

.nav a:link, .nav a:visited {
	font-size: 14px;
	color: #0069AA;
	text-decoration: none;
	font-weight: bold;
}

.nav a:hover, .nav a:active{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

