h1		
		{
			margin-bottom:0;
			font-family: Georgia, Times New Roman, serif;
			background-color:#40407A; 
			color:#ffffff;
			background-image: url(images/sunset.jpg);
			background-position: right;
			background-repeat: no-repeat;
			line-height: 400% ;
			text-indent: 1em;
		}

body	
		{
			background-color:#FFFFFF; 
			color:#555555;
			font-family:arial, helvetica, sans-serif;
		}

nav
		{
			background-color:#BBDEFB;
			font-weight: bold;
			
		}

nav a
		{
			text-decoration: none;
		}
			

h2		
		{
			color:#1976D2;
			font-family: Georgia, Times New Roman, serif;
		}

h3
		{
			font-family: Georgia, Times New Roman, serif;
			color:#000033;
		}

ul
		{		
			list-style-image: url(images/marker.gif);
		}	

dt
		{
			color:#002171;
		}

.resort
		{
			color:#1976D2;
			font-weight: bold;
		}

.contact
		{
			font-size:90%;
		}

footer
		{
			font-size: 75%;
			font-family: Georgia, Times New Roman, serif;
			font-style: italic;
			text-align: center;
		}
	




