/* Global styles */
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial, sans-serif;
}

/* Header styles */
header {
    background-color: #002171;
    color: #FFFFFF;
    text-align: center;
    padding: 20px;
}

/* Navigation styles */
nav {
    background-color: #BBDEFB;
    padding: 10px;
    text-align: center;
}

nav a {
    color: #002171;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
}

nav a:hover {
    color: #1976D2;
}

/* Headings */
h1 {
    margin-bottom: 0; /* Fix space between header and navigation */
}

h2 {
    color: #1976D2;
}

/* Description list */
dt {
    color: #002171;
}

/* Special class for resort name */
.resort {
    color: #1976D2;
    font-weight: bold;
}

/* Contact information */
#contact {
    text-align: center;
    font-size: 0.9em;
}
