.nav a:link {color: #000000; text-decoration: none} 
.nav a:visited {color: #000000; text-decoration: none} 
.nav a:hover {color: #bb0000; text-decoration: none}
.nav a:active {color: #000000; text-decoration: none}

.mnav a:link {color: #000000; text-decoration: underline} 
.mnav a:visited {color: #000000; text-decoration: underline} 
.mnav a:hover {color: #bb0000; text-decoration: overline underline}
.mnav a:active {color: #000000; text-decoration: none}

<style type="text/css">

    #top {
	position: absolute;
        left: 10px;
        top: 10px;
        height: 63px;
        width: 1024px;
        font-family: Verdana;
        font-size: 18pt;
        background: #ffff00;
        color: #000000;
        border-color: #000000;
        border-width: 0px;
	border-style: solid;
    }
    #left {
        position: absolute;
        left: 10px;
        top: 95px;
        width: 185;
        height: 950;

        background: #f0f0f0;
	color: #000000;

	font-family: Verdana;
	font-size: 10pt;
	border-width: 1px;
        border-padding: 0px;
        border-color: #000000;
	border-style: solid;
        padding: 10px;

        vlink-color: #000000;
        link-color: #000000;
    }
    #center {
        position: absolute;
        top: 95px;
        left: 220;

	text-align: left;

	font-family: Verdana;
	font-size: 10pt;
	border-width: 0px;
        border-padding: 0px;
        border-color: #000000;
	border-style: solid;
        padding: 10px;

	background: #ffffff;
	color: #000000;
    }

</style>

 
