a.booknav
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: none;
        color: #000099;
}
A:link.booknav
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: none;
        color: #000099;
}
A:visited.booknav
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: none;
        color: #000099;
}
A:hover.booknav
{
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
        color: #CC0033;
}

A:link.general
{
        text-decoration: underline;
        color: #0000FF;
}
A:visited.general
{
        text-decoration: underline;
        color: #0000FF;
}
A:hover.general
{
        text-decoration: underline;
        color: #CC0033;
}

A:link.mainpage
{
        font-family: Arial;
        font-size: 14pt;
        font-weight: bold;
        text-decoration: none;
        color: #0000FF;
}
A:visited.mainpage
{
        font-family: Arial;
        font-size: 14pt;
        font-weight: bold;
        text-decoration: none;
        color: #0000FF;
}
A:hover.mainpage
{
        font-family: Arial;
        font-size: 14pt;
        font-weight: bold;
        text-decoration: underline;
        color: #CC0033;
}

.menu_buttons a:link {
font-family: Verdana, Geneva;
font-size : 80%;
font-weight : bold;
color: #000000;
text-decoration : none;
padding: 2px;
margin: 2px;
border : 1px outset gray;
display: block;
background-color : #C3A105;
width: 100%;
}

.menu_buttons a:visited {
font-family: Verdana, Geneva;
font-size : 80%;
font-weight : bold;
color: #000000;
text-decoration : none;
padding: 2px;
margin: 2px;
border : 1px outset gray;
display: block;
background-color : #C3A105;
width: 100%;
}

.menu_buttons a:hover {
font-family: Verdana, Geneva;
font-size : 80%;
font-weight : bold;
color: #000000;
text-decoration : none;
padding: 2px;
margin: 2px;
border : 1px inset black;
display: block;
background-color : #E7D07f;
width: 100%;
}

