body
{
    background-image: url(../pics/metal2.gif);
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #ff0000;
}

.linkNormal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
    color: #339900;
    cursor: hand;
}

.linkNormalHighlighted
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
    color: #00ff00;
    cursor: hand;
}

.linkBig
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
    color: #339900;
    cursor: hand;
}

.linkBigHighlighted
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
    color: #00ff00;
    cursor: hand;
    border-left: solid 2 #33ccff;
    border-right: solid 2 #33ccff;
}

.linkTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    color: #339900;
    cursor: hand;
}

.linkTitleHighlighted
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    color: #00ff00;
    cursor: hand;
    border-left: solid 2 #33ccff;
    border-right: solid 2 #33ccff;
}

.categoryWhite
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}