/* to write a comment - to end a comment */

H1 {color:#000000; font-family: Arial, Helvetica, sans-serif}/*black*/
H2 {color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif}/*black*/
H3 {color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif}/*black*/
H4 {color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif}/*black*/
H5 {color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif}/*black*/
H6 {color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif}/*black*/

P {color:#000000}
P {font-style: normal}
P {font-family: Verdana, Arial, Helvetica, sans-serif}
P {font-size: medium}
P {font-weight: normal}

A:link {color:#000000}
A:visited {color:green}
A:hover {color:#996600}


#navlist {
        color: black;
        background: #000000;
        border-bottom: 0.1em solid #ffcc33;
        border-right: 0.1em solid #ffcc33;
		border-top: 0.1em solid #ffcc33;
		border-left: 0.1em solid #ffcc33;
        padding: 0 1px;
        margin-left: 0;
        width: 18em;
        font: bold 15px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
}

#navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.1em;
        margin-top: 0.1em;
		margin-left: 0.1em;
		margin-right: 0.1em;
        color: black;
        background:#FFFF66;
        border-width: 4px;
        border-style: solid;
        border-color: #ffcc33;
        border-left: .25em solid #fc0;
        padding: 0.25em 0.5em 0.4em 0.25em;
}

#navlist a#current { border-color: #ffcc33; }

#navlist a {
        width: 99%;
        /* only necessary for Internet Explorer */
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.6em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
        background: #669900;
        border-color: #669900;
        padding: 0.6em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
        background: #ffcc33;
        border-color: #669900;
        padding: 0.6em 0.35em 0.25em 0.9em;
}

 
 
 

