.menubox{
    border-style: double;
    color: #990000;
    text-align: center;
    width: 100px;
}

.menubox2{
    border-left-style: solid;
    border-left-color: #990000;
    border-left-width: 10px;
    padding-left: 3px;
    text-align: left;
    margin-left: 1em;
}

.menulink{
    text-decoration: none;
}

a:link{ color: #9f0000; }
a:visited{ color: #9f0000; }
a:hover{ color: #0000ff; }
a:active{ color: #ff0000; }