

strong 
{
font-family: "Courier New", Courier, mono;
}

strong
{
font-variant: small-caps;
}

UL {
margin-left: 1px;
}

LI
{
border-color: red;
border-left: solid;
border-right: solid;
border-top: solid;
border-bottom: solid;
border-width: 1px;
margin: 2px;
margin-right: 4px;
padding-left: 3px;
padding-right: 1px;
font-size: 80%;
}

A:link {
color: #550000;
border-width: thin;
font-variant: small-caps;
font-weight: bold;
}

A:visited {
color: #550000;
border-width: thin;
font-variant: small-caps;
font-weight: bold;
}

A:hover {
color: #DD0000;
border-width: thin;
font-variant: small-caps;
text-decoration: none;  
font-weight: bold;
}

A:active {
color: #CC0000;
border-width: thin;
font-variant: small-caps;
text-decoration: none;  
font-weight: bold;
}
