a:link {
    color: #000;
    text-decoration: none;
    font-size: 120%;
}
#sideBar {
    width: 290px;
    margin-left: 20px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: visible;
    word-break: break-all;
    font-size: 120%;
}