﻿

body {
    background-color: white;
}
    .style1
    {
        text-align: center; font-size: xx-large;
    }
    .style3
    {
        font-size: large;
    }
    .style4
    {
        text-align: center;
    }
    .style5
    {
        width: 49px;
        height: 52px;
    }
    .style6
    {
        height: 56px;
    }
    .styleCenterText
    {
        text-align: center;
    }
       #container {
        position: relative;
        height: 100%;
     }
     #footer {
        position: absolute;
        bottom: 0;
     }
    .hFont1 {
        font-size: 150%;
   }
    .hFont2 {
        font-size: 150%;
        color: Blue;
        text-align: center;
   }
   hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}   