
.modules_a {
    width:120px;
    margin:10px;
    display: block;
    background-color: #ffe4d2;
border-left: 1px solid #e6edff;
border-right: 1px solid #e6edff;
border-top: 1px solid #e6edff;
border-bottom: 1px solid #e6edff;
font-family: Arial;
text-decoration: none;
font-size: 12px;
color: #000000;
text-align: justify;

}

.modules_a:hover {
    width:120px;
    margin:10px;
    display: block;background-color: #ffb546;
border-left: 1px solid #e6edff;
border-right: 1px solid #e6edff;
border-top: 1px solid #e6edff;
border-bottom: 1px solid #e6edff;
font-family: Arial;
text-decoration: none;
font-size: 12px;
color: #000000;
text-align: justify;

    overflow: auto;
}