a { text-decoration: none; }
a:link { color: brown }
a:visited { color: gray }
a:active { color: red }
a:hover { text-decoration: underline }

p  {text-align:justify; }

li	{list-style-position: outside ;}

.menu {
        font-family: serif;
        font-style: italic;
}
.subtitle {
        font-family: serif;
        font-style: italic;
        font-size: x-large;
        color: brown;
        font-weight: bold;
}
.title {
        font-family: serif;
        font-style: italic;
        font-size: xx-large;
        color: brown;
        font-weight: bold;
}

.index {
        font-family: "arial black", helvetica, sans-serif;
        font-style: italic;
        font-size: x-large;
        color:brown;
        font-weight: bold;
}

.img {
        margin:10pt;
        shadow:black;
}

.table {
		  font-family: "arial", helvetica, sans-serif;
        font-size: x-small;
}

#dunesrates {
	width: 180px;
	text-align: left;
	border-collapse: collapse;
}

#dunesrates td {
	padding: 4px; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid #fff;
	font-size: 1em;
	background-color: #DDEEFF;
}

#dunesrates .drtop {
	font-size:small;
	font-weight:bold;
	background-color: #A4D0FD;
}








