﻿#divBuffalo {
 margin-left: 50px; 
 margin-bottom: 50px;
 width: 95%;
}

#divBuffalo h1 {
    font-family: Impact;
    color: White;
    }

#tblBuffalo {
    margin-bottom: 50px;
}

#divBuffalo h3, #divBuffalo h2 {
    color: White;
}

#tblBuffalo p { 
    color: White; 
    width: 95%; 
    font-family: Verdana; 
    font-size: small; 
}

#tblImages {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#tblImages .smallimage {
    
    width: 200px;
    height: 150px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.largeimage {
    border: 5px solid #CCCCCC;
    width: 800px;
    height: 600px;
    background-repeat: no-repeat;
    background-color: black;
}

#tblFamily .col1 {
   width: 60%;
}

#tblFamily .col2 {
    
    
}