
body {
    font-family: "Times New Roman", Sans-serif;
    font-size: 14px;
    font-style: italic;
    background-color: Snow;
    color: #001d72;
    padding: 5px;
    padding-left:  5px;
    
}

#main {
    padding: 5px;
    padding-left:  15px;
    padding-right: 15px;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
   
}

h1 {
    font-family: "Times New Roman", Sans-serif;
    font-style: normal;
    text-align: center;
    border-bottom: 5px solid #91adff;
    color: #001d72;
    font-size: 40px;
    
}

h2 {
    font-family: "Times New Roman", Sans-serif;
    font-style: italic;
    text-align: center;
    color: #001d72
    font-size: 20px;
 
}


    
#footer {
    background-color:white;
    color:blue;
    clear:both;
    text-align:right;
    font-style: normal;
    font-size: 10px;
    padding:5px;
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    position: fixed;
    bottom: 0px;
    width: 97%;	 	 
}