.menu
{
FONT-WEIGHT: bold;
FONT-SIZE: 13px;
COLOR: #990000;
FONT-FAMILY: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.menu:hover
{
FONT-WEIGHT: bold;
FONT-SIZE: 13px;
COLOR: #CC0000;
FONT-FAMILY: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.copy
{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
COLOR: #e0e0e0;
FONT-FAMILY: "Courier New";
text-decoration: none;
}

.copy:hover
{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
COLOR: #e0e0e0;
FONT-FAMILY: "Courier New";
text-decoration: none;
}

.text
{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
COLOR: #e0e0e0;
FONT-FAMILY: Arial;
text-decoration: none;
}

.links
{
FONT-WEIGHT: normal;
FONT-SIZE: 13px;
COLOR: #990000;
FONT-FAMILY: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.links:hover
{
FONT-WEIGHT: normal;
FONT-SIZE: 13px;
COLOR: #ff0000;
FONT-FAMILY: Arial, Helvetica, sans-serif;
text-decoration: underline;
}