﻿body
{
    background-color:#c1c1cd;
    font-family: Verdana;
    border: 5px double;
    width: 90%;
    
}
h3
{
    text-align:center;
    }
#header
{
    text-align: center;
    }
#columnRight
{
    width: 20%;
    height: 150px;
    float: left;
    font-size: smaller;
    border: thin solid #000000;
    padding: 10px;
    margin: 15px;
    
        
}
#columnLeft
{
    width: 20%;
    height: 150px;
    float: left;
    border: thin solid #000000;
    padding: 10px;
    margin: 15px;
    font-size: smaller;
    }
 #columnMain
 {
     font-size: smaller;
     width: 48%;
     float: left;
     border: thin solid #000000;
     padding: 10px;
     margin-top: 15px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 15px;

     }
#footer
{
    clear: both;
    text-align: center;
    font-size: smaller;
    }
.smaller
{
    font-size:smaller; 
    text-align:center;
    height: 49px;
}

.smallest
{
    font-size:x-small;   
}
.larger
{
    font-size: larger;
    font-weight: bold;
    }
