<style>

BODY
{
    font-family: Tahoma,Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
}

A.titlemenu
{
    font-family: Tahoma,Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    COLOR: blue;
    TEXT-DECORATION: none;
    font-weight: bold;
}
A.titlemenu:hover
{
    COLOR: red;
    TEXT-DECORATION: underline
}

H1
{
    FONT-SIZE: 24px;
    COLOR: #5623CE;
}

Table
{
    font-family: Tahoma,Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
}

.logotext
{
    font-style: italic;
    COLOR: #5623CE;
}



.navlist li {
width: 135px;
background-color: #FFFFB9;
padding-bottom: 2px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}




#leftbar{
width: 165px;
/*background-color: white;*/
}

#leftbar a:hover{
/*color: #5A5A5A;*/
}

.categorylinks{
list-style-type: disk;
list-style-image: url(heart.png);
margin: 5px auto 10px 18px;
padding: 0;

}

.categorylinks li{
padding-bottom: 1px;
}

.categorylinks li a{
margin-left: -3px;
padding: 3px 1px;
font-size: 12px;
display: block;
color: #5A5A5A;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #ececec;
}

.categorylinks a:visited{color: #5A5A5A; }
.categorylinks a:hover {	color: #fff;	background: #5A5A5A; text-decoration: none; }

</style>