/* CSS Document */
.links
{
font-family: "Courier New", Courier, monospace;
font-weight: bold;
font-size: 18px;
color:#000000;
}
.links a
{
font-family: "Courier New", Courier, monospace;
font-weight: bold;
font-size: 18px;
text-decoration:none;
color:#000000;
}

.links a:hover
{
font-family: "Courier New", Courier, monospace;
font-weight: bold;
font-size: 18px;
text-decoration: underline;
color:#000000;
}
li {margin-left:2em;}

