<style>
a:active
{
    color: brown
}
a:link
{
    color: brown
}
a:visited
{
    color: brown
}

.clsMenu
{
    border:           3;
    border-style:     outset;
    border-color:     #ffffff;
    
    background-color: #dcdcdc;
    width:            270;
}

.clsImage
{
    border-bottom: black 3 outset;
    border-left: #ffffff 3 outset;
    border-right: black 3 outset;
    border-top: #ffffff 3 outset;
}

.clsButton
{
    background-color: brown;
    border-bottom: black thin outset;
    border-left: #ffffff thin outset;
    border-right: black thin outset;
    border-top: #ffffff thin outset;
    color: white;
    font-family: verdana, arial, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center
}
.clsButton a:link
{
    color: white;
    text-decoration: none
}
.clsButton a:visited
{
    color: #ffffff;
    text-decoration: none
}
.clsTable
{
    background-color: #dcdcdc
}
.clsButtonPressed
{
    background-color: lightgrey;
    border-bottom: #99cccc thin inset;
    border-left: thin inset;
    border-right: #99cccc thin inset;
    border-top: #eeffff thin inset;
    color: white;
    font-family: verdana, arial, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center
}
.clsButtonPressed a:link
{
    color: white;
    text-decoration: none
}
.clsButtonPressed a:visited
{
    color: white;
    text-decoration: none
}
</style>