a:link{
    COLOR: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a:visited{
    COLOR: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a:hover{
    COLOR: #000000;
    text-decoration: none;
    font-weight: bold;
}
a:active{
    COLOR: #000000;
    text-decoration: none;
    font-weight: bold;
}
body{
    background-color: #8D7B67;
}
table{
    background-color: #8D7B67;
}

.navCategory {
	FONT: bold 14px verdana,arial,sans-serif;    
    BACKGROUND-COLOR: #980203; 
    PADDING:4px 4px 4px 4px;
    CURSOR: hand;
    CURSOR: pointer;
}
.navMenu {
	FONT: bold 12px verdana,arial,sans-serif;
    POSITION:relative;
    LEFT:10px;
}
.navMenuRight{
	FONT: bold 12px verdana,arial,sans-serif; 
    POSITION:absolute;
    RIGHT:33px;
    Text-align:right;
}

.mainText {
	FONT: 12px verdana,arial,sans-serif; 
}

a.currentRight:visited {
	FONT: bold 12px verdana,arial,sans-serif; 
    POSITION:absolute;
    RIGHT:33px;
    Text-align:right;
    COLOR: #000000;
}
a.currentCategory:visited {
	FONT: bold 14px verdana,arial,sans-serif;    
    BACKGROUND-COLOR: #980203; 
    PADDING:4px 4px 4px 4px;
    CURSOR: hand;
    CURSOR: pointer;
    COLOR: #000000;
}
a.current:visited{
	FONT: bold 12px verdana,arial,sans-serif;
    POSITION:relative;
    LEFT:10px;
    COLOR:#000000;
}

