﻿
#divHistory {
 margin-left: 50px; 
 margin-bottom: 50px;
 font-family: Impact;  
}

#divHistory h1 {
    color: White;
}

#tblHistory {
 width: 77% }


#tblHistory p { 
    color: White; 
    width: 95%; 
    font-family: Verdana; 
    font-size: small; 
    margin-bottom: 20px;
}

#tblHistory .col1 {
    width: 45%;   
}

.imagetable {
       margin-left: auto;
       margin-right: auto;
       margin-bottom: 20px;
       margin-top: 10px;
       text-align: center;
       border: 5px solid #CCCCCC;
    }

.imagetable .image {
    width: 300px;
    }