.box1 ul    {
    margin:0px;
    padding:0px;
}

.box1 li    {
    float:left;
    display:block;
}

.box2   {
    clear:both;
    border-top:solid 4px #000000;
}

.on     {
    background-color:#000000;
    width:80px;
    height:32px;
    margin-right:4px;
    text-align:center;
}

.off    {
    background-color:#f0f0f0;
    width:80px;
    height:32px;
    margin-right:4px;
    text-align:center;
}

.on a   {
    text-decoration:underline;
    display:block;
    margin-top:8px;
}
.on a:link      {color:#ffffff;}
.on a:visited   {color:#ffffff;}
.on a:hover     {color:#ffffff;}

.off a  {
    text-decoration:underline;
    display:block;
    margin-top:8px;
}
.off a:link     {color:#000000;}
.off a:visited  {color:#000000;}
.off a:hover    {color:#000000;}
