strong td {
display: inline;
}

small {
display: none;
}

small td {
display: inline;
}

.nav td
{
color: #FCF3E2;
font-size: 14px;
}

.nav a:link
{
color: #FCF3E2;
font-size: 14px;
font-family: "Times New Roman";
font-variant: small-caps;
text-decoration: none;
}

.nav a:visited
{
color: #FCF3E2;
font-size: 14px;
font-family: "Times New Roman";
font-variant: small-caps;
text-decoration: none;
}

.nav a:hover
{
color: #FCF3E2;
font-size: 14px;
font-family: "Times New Roman";
font-variant: small-caps;
text-decoration: underline;
}