html, 
body {
	background-color: white; /* (#FFFFFF) */
	color: #666666; /* (#666666) */
	font-family: sans-serif;
}

header {
	background-color: #002171; /* (#002171) */
	color: white; /* ('white') */
	line-height: 400%;
	text-indent: 1%;
	background-image: url('sunset.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

nav {
	background-color: skyblue; /* (BBDEFB) */
	font-weight: bold;
}

nav a{
	text-decoration: none;
}

div {
	max-height: auto;
	max-width: auto;
}

h1 {
	margin-bottom: 0;
	font-family: Georgia;
}

h2 {
	color: #1976D2; /* (#1976D2) */ 
	font-family: Georgia;
}
h3 {
	font-family: Georgia;
	color: #000033;
}

ul {
	list-style-image: url('marker.gif');
}

dt {
	color: #002171; /* ('dark blue') */ 
}

.Resort {
	color: #1976D2; /* (#1976D2) */ 
	font-weight: bold;
}

footer {
	font-size: 75%;
	font-style: italic;
	text-align: center;
	font-family: Georgia;
}

.contact {
	font-size: 90%;
}
