a
{
    CURSOR: hand;
    color:black;
    text-decoration: none;
}
a:hover 
{
    float:center;
    WIDTH: 150px;
    CURSOR: hand;
    BACKGROUND-COLOR: #E0F0E0;
    text-decoration: none;

}
a:link
{
    CURSOR: hand;
    color:black;
    text-decoration: none;
}
a:visited
{
    CURSOR: hand;
    color:black;
    text-decoration: none;
}

//.sidebar
//{
//    WIDTH: 100px;
//    CURSOR: hand;
//    color:black;
//    text-decoration: none;
//    BACKGROUND-COLOR: #D0E3D0;
//}


