/* Global styles for the document */
body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana;
}

/*Styles for the header element */
header {
	background-color: #002171;
	color: #FFFFFF;
	font-family: Georgia;
}

/*Styles for the H1 element */
h1 {
	line-height: 200%;
}

/* Styles for the navigation bar */
nav {
	font-weight: bold;
	background-color: #BBDEFB;
}

/* Styles for the h2 element */
h2 {
	color: #1976D2;
	font-family: Georgia;
}

/* Styles for the dt element */
dt {
	color: #002171;
	font-weight: bold;
}

/* Styles for the class "resort" *?
.resort {
	color: #1976D2;
	font-size 1.2em;
}

/* Styles for the footer */
footer {
	font-size: 0.70em;
	font-style: italic;
	text-align: center;
}

/* Wrapper for centering */
#wrapper {
	width: 80%;
	margin: 0 auto;
}
