.style1
    {
     width: 100%;
    }
.style2
    {
    width: 90%;
    color: #c00000;
    font-size: x-large;
    }
.style3
    {
    width: 5%;
    }
.style4
    {
    width: 90%;
    color: #c00000;
    font-size: x-large;
    text-decoration: underline;
    }