
.modules_a {
    width:120px;
    margin:10px;
    display: block;
    background-color: #d20015;
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: 15px;
color: #fafcff;
text-align: justify;

}

.modules_a:hover {
    width:120px;
    margin:10px;
    display: block;background-color: #323200;
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: 15px;
font-style: italic;
font-weight: bold;
color: #6e0021;
text-align: justify;

    overflow: auto;
}