A {
    font-weight: bold;
    text-decoration: underline;
    color: red;
}

p {
    
    font-size: 14px;
    font-family: "arial", "geneva";
    color: black;
    font-weight: bold;
    margin-left: 2%;
    margin-right: 2%;
    text-align: justify
    
 }
pre {
    
    font-size: 14px;
    font-family: "arial", "geneva";
    color: blue;
    font-weight: bold;
}
