/* external CSS file */
body{
	background-color: #FFFFFF;
	Color: #666666
	font-family: Arial;
}
header{
	background-color: #002171;
	color: #FFFFFF;
	background-image: url('sunset.jpg');
	background-repeat: no-repeat;
	background-position: right;
	line-height: 400%;
	text-indent: 1em;
	
}
h1 {
	margin: 0;
	font-family: Georgia;
	
}
h2{
	Color: #1976D2;
	font-family: Georgia;
	
}
h3{
	font-family: Georgia;
	Color: #000033
}
dt{
	Color: #002171;
}
.resort{
	Color: #1976D2;
	font-style: bold;
	
}
nav{
	background-color: #BBDEFB;
	font-weight: bold;
	
}
nav a {
	text-decoration: none;
}
ul{
	list-style-image: url('Marker.gif')
}
footer{
	font-size: 75%;
	font-style: italic;
	font-family: Georgia;
	text-align: Center;
}
#contact{
	font-size: 90%;
}