<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#button {
	width 350px;
    background-color: #CCFFFF!important;
    border: 2px solid #336699!important;
    color: black!important;
    padding: 5px 40px!important;
    text-align: center!important;
    text-decoration: none!important;
    display: inline-block!important;
    font-size: 25px!important;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); 
	border-radius: 0px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}



.tourspage p {
	font-size: 110%!important;
	line-height: 1.9!important;
}

#hotelbox {
	background-color: #CCFFFF;
	padding: 10px;
	border: 1px solid black;
	text-align:center;
	margin: 10px 0 15px 62px; 
	padding: 5px;
	font-size: 75%;
	width: 575px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: regular;
}

body {
	background: #c1d4e3;
	color: #000000;
	font-family: Georgia, Times, serif;
	font-size: 85%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-align: center;
	}

A:link {color: #990000;
	text-decoration: underline}
A:visited {color: #990000;
	text-decoration: underline}
A:active {color: #990000;
	text-decoration: underline}
A:hover {color: #990000;
	text-decoration: underline;}

#wrapper {
	background: #e0e0dc;
	margin: auto;
	width: 750px;
	text-align: left;
	border: 5px solid #336699;
	}

#header	{
	background: #ffffff url(images/banner.jpg) no-repeat;
	height: 300px;
	margin: 0;
	padding: 5px 0;
	border-bottom: 5px solid #336699;
	}

#content {
	background-color: #e0e0dc;
	padding: 0 20px 20px 20px;
	text-align: justify;
	}



#menu {
	border: 0;
	}

#menu ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #e0e0dc;
	border-bottom:  5px solid #336699;
	color: #000;
	width: 100%;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	line-height: 17px;
	/* fixes Firefox 0.9.3 */
	}

#menu ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;	}

#menu ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #e0e0dc;
	color: #990000;
	text-decoration: none;
	border-right:  5px solid #336699;
	}

#menu ul li a:hover {
	background-color: #e0e0dc;
	color: #1c75bc;
	}

#menu #one { 
	border-left:  5px solid #336699;
	}


#rthilite {
	border: 1px solid #336699;
	float: right;
	margin: 0 0 10px 20px;
	padding: 5px 5px 10px 10px; 
	width: 225px;
	text-align: left;
	}

#footer {
	background: #e0e0dc;
	margin-bottom: 0;
	}


#box {
	background-color: #c1d4e3;
	border: 2px solid #336699;
	margin: 10px 0 0 100px; 
	padding: 5px;
	font-size: 100%;
	width: 475px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: regular;
	text-align: center;
	}

#boxleft {
	background-color: #c1d4e3;
	border: 2px solid #336699;
	margin: 10px 0 0 100px; 
	padding: 5px;
	font-size: 100%;
	width: 475px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: regular;
	text-align: left;
	}

#pullquote {
	background: #e0e0dc;
        text-align:center;
	padding: 10px;
	margin: 20px 40px;
	}

h1 {
	color: #1c75bc;
	font-family: Georgia, Times, serif;
	font-size: 130%;
	text-align: center;
	}

h1 span {
	display: none;
	}

h2 {
	color: #990000;
	font-family: Georgia, Times, serif;
	font-size: 130%;
	text-align: center;
	}

h3 {
	color: #1c75bc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	text-align: center;
	}

h4 {
	color: #990000;
	font-family: Georgia, Times, serif;
	font-size: 120%;
	text-align: left;
	}



h5 {	color: #1c75bc;
	font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
	font-size: 110%;
	text-align: left;
	}

p {	margin-top: 0;
	}
	
figure {
	text-size: 6;
}

figcaption {
	font-size: 75%;
}

.nos {
        padding-bottom: 0;
        margin-bottom: 0;
        }

.wis ul {
              }

.wis li {
        padding-bottom: 5px;
        margin-bottom: 5px;
        }

.nos ul {
              }

.nos li {
        padding-bottom: 0;
        margin-bottom: 0;
        }

.credit {
	margin: 0;
	padding: 5px;
	color: #000;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	}

.centeralign {
	text-align: center;
	}

.cntrsm {
	text-align: center;
	font-size: 80%;
	font-style: italic;
	}


.floatleft { 
	float: left;
        margin: 0 30px 10px 0;
	clear: left;
	}

.floatright { 
	float: right;
        margin: 0 0 10px 10px;
	clear: right;
	}

div.left {
    float: left;
    margin: 0 15px 5px 0;
    }

div.right {
    float: right;
    margin: 0 0 5px 15px;
    }

div.left p {
    text-align: center;
    font-style: italic;
    font-size: 85%;
    }

div.right p {
    text-align: center;
    font-style: italic;
    font-size: 85%;
    }

.subhead {
	color: #990000;
	font-family: Georgia, Times, serif;
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	}

.subhead2 {
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	}

.language {
	margin: 0;
	padding: 5px;
        color: #000;
	text-align: right;
        float: right;
	font-size: 70%;
	}

</pre></body></html>