/*
.navmap li a:link { background-color: #999; }
.navmap li a:visited { background-color: #CCC; }
.navmap li a:hover { background-color: #F99; }
#main-right-back { background: #532323; }
*/

.tablemap tr td {
color: #000;
}

.tablemap tr td a {
color: #000;
}


.navindex {
display: block;
width: 640px;
height: 480px;
background-color: #333;
margin: 0;
padding: 0;
text-align: center;
list-style: none;
}

.navindex li {
display: block;
margin: 0px;
padding: 0px;
border: 0;
text-align: center;
float: left;
color: #ccc;
}

.navindex li a {
display: block;
width: 78px;
height: 20px;
margin: 0px;
padding: 29px 0px 29px 0px;
border: 1px solid #000;
background-color: #CCC;
color: #333;
/* font-family: "courier new", courier, mono; */
font-family: arial, helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
text-decoration: none;
}

.navindex li a:visited {
background-color: #999;
color: #333;
}

.navindex li a:hover {
background-color: #F99;
color: #333;
}

.navindex-text {
font-family: arial, helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
}

