<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 08.4.1 */

body{
	background: White;
	color: #363636; /*= dark gray (almost black) text color*/
}

h3, h5{
	color: #3399CC; /*= slate blue*/
}
h1, h2, h4, h6{
	color: #9E9E9E; /*= light-mid gray*/
}

.tint{
	background:#F4F4F4;
	border-right:1px #D1D1D1 solid;
}
.showy{
	color:red;
}

.heed{
	color:#FF8C00;
}
.bright{
	color:#ec8200;
}
.youtubearrow{
	color:#ff8c00;
}
.price{
	color: #3399CC; /*= blue, I can see it and style later */
}

.tip{
	color: #363636; 
	background-color:#CCFFEE;
}
div.tel{
	color: #9E9E9E; /* telphone number on contact page */
}


p.details{
	background-color: #F4F4F4;
}
p.keytext{
	background-color: #FFFFD9;
}

table.hours, table.minutes{
	background-color: #FFF5EE; /*flesh-tone*/
}
td.fullwidth{
	background-color: #FFFFFF;
	color: #363636;
}
td.fullwidthcolor{
	background-color: #FFFFD9;
	color: #363636;
}

th.minutes, th.hours{
	background-color: #9E9E9E; /*very dark gray*/
	color: #FFFFFF;
}
li.caption{
	background-color: #F4F4F4;
}

ul.gear h2, ul.boats h2, ul.sailboats h2 {
	color: White;
}

div#noticeme{
	background-color: #F4F4F4; /*light gray*/
}
div#noticeme.border{
	border: 6px solid #3399CC;
}


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