* {
  margin: .0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: Arial, sans-serif;
}
body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	background-image: url('sunset.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #002171;
	line-height: 400%;
	text-indent: 1em;
	color: #FFFFFF;
	margin-bottom: 0;
	font-family: Georgia, 'Times New Roman', sans-serif;
}

nav {
	background-color: #BBDEFB;
	font-weight:bold;
}

nav, a {
	text-decoration: none;
}
h2 {
	color: #1976D2;
	font-family: Georgia, 'Times New Roman', sans-serif;
}
h3 {
	font-family: Georgia, 'Times New Roman', sans-serif;
	color: #000033;
}
li {
	
	list-style-image: url('marker.gif');
	
	text-indent: 1em;
}
dt {
	color: #002171;
}
main {
	
}

#contact {
	font-size:90%
}

footer {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 75%;
	font-style: italic;
	text-align: center;
}

.resort {
	color: #1976D2;
	font-weight: bold; 
}