﻿body
{
    text-align: center;
    color: #000080;
       
}

a.hide:link {
        color:inherit;
        text-decoration:none;
        }    /* unvisited link */
a.hide:visited {
        color:inherit;
        text-decoration:none;
        } /* visited link */
a.hide:hover {
        color:inherit;
        text-decoration:none;
        }   /* mouse over link */
a.hide:active {
        color:inherit;
        text-decoration:none;
        }  /* selected link */


h1,h2,h3
{
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    width:inherit;
    margin-bottom: 41px;
    color:Black;
    height: 44px;
}
.allcaps
{
    text-transform:uppercase
}

h3
{
    text-transform:uppercase
}

p.center
{
    text-align:center;
    height: 60px;
}
            
div.center
{
    text-align:center;
    margin-right:auto;
    margin-left:auto;
}
table
{
    text-align:center;
    width: 844px;
    margin-top: 0px;
}
   	    
   	    .style1
        {
            text-align: center;
        }
   	    .style2
        {
            font-size: xx-large;
        }
        p {max-width:100%;}