




<style>

body { font-family: verdana, arial, helvetica, sans-serif;  font-size: 13px;  }

td { font-family: verdana, arial, helvetica, sans-serif;  font-size: 13px; }

.mash { font-family: verdana, arial, helvetica, sans-serif;  font-size: 11px; color: 314A6B }

a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; } 




p { letter-spacing: 1px; }
p { word-spacing: 1px; } 
p { font-variant: small-caps; }


A:hover {text-decoration: none; color: #610807}



</style>
<STYLE>
   SPAN.spacing{word-spacing: 25;}
</STYLE>

#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 15em;
/* to display the list horizontaly */
font-family: verdana, sans-serif;
margin: 0 0 0 3em;
padding: 0;
border-top: 1px #000 solid;
border-left: 1px #000 solid;
border-right: 1px #000 solid;
}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
border-bottom: 1px #000 solid;
text-align: center;
text-decoration: none;
color: #000;
}

#navlist a:hover { background-color: #ffff00; }
#navlist a:visited { color: #000; }
