.menu {
        color: white;
        font-family: verdana, san-serif;
        font-size: 80%;
        line-height: 130%;
}
.menu dt {
        margin-top: 10px;
        margin-left: 20px;
}
.menu dd {
        margin-left: 40px;
}

.menu a:link, .menu a:visited {
        color: orange;
        text-decoration: none
}

.menu a:hover, .menu a:active {
        color: yellow;
        text-decoration: none
}
