
.button {
    margin-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
    border-style: outset;
    border-top-color: white;
    border-bottom-color: black;
    border-left-color: white;
    border-right-color: black;
    background-color: #F1F1F1;  
    font-family: arial;
    font-weight: bolder;
    font-size: 65%;
    color: #FF0000;  
    text-decoration: none;
} 
.c1 {     
    text-align: center; 
}
.c2 {   
    text-align: justify;
    font-family: "Arial", "Helvetica";
    font-weight: normal;
    font-size: medium; 
    color: #990033;
    margin: 0px 20px 0px 20px; 
}
.c3 {
    font-family:"Arial", "Helvetica";
    font-size: medium; 
    font-style: italic;
    color: #990033; 
}
.c4 {   
    text-align: center;
    font-family: "Arial", "Helvetica";
    font-weight: bolder;
    font-size: large; 
    color: #990033;
    margin: 0px 20px 0px 20px;
}    
.c5 {
    text-align: left; 
    font-family:"Arial", "Helvetica";
    font-weight: bolder;
    font-size: medium; 
    color: red;
    margin: 0px 20px 0px 20px; 
}   