/* General Business Professionals cascading style sheet */

BODY
{
background-color: lightblue; 
color: black; 
font-family: garamound, serif; 
font-size: 12pt;
}

H1, H2, H3, H4, H5
{
font-style: normal;
font-weight: bold;
color: darkblue; 
}

H1 
{
font-size: 16pt;
}

H2
{
font-size: 15pt;
}

H3
{
font-size: 14pt;
}

H4
{
font-size: 13pt;
}

H5
{
font-size: 12pt;
}

P, DIV, TD
{
font-size: 12pt;
}

DIV, TD
{
font-style: normal;
font-variant: normal;
text-align: center;
border-style: none;
vertical-align: top;
}

TR
{
vertical-align: top;
}

TD
{
vertical-align: top;
}

img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}
        
.StyPage
{
margin: 10px;
border-top: 10%;
border-left: 10%;
border-right: 10%;
padding: 5%;
}

.StyContent
{
background-color: lightblue;
}


.StyMenu
{
font-size: 90%;
}

.StyFooter
{
font-size: 50%; 
text-decoration: italic;
text-align: right;
}


.StyShLink
{
font-style: normal;
font-variant: normal;
font-size: 25%;
text-align:center;
color: #c7f2d7; 
}

.StyCenter
{
text-align:center;
}

.StyJustify
{
text-align:justify;
}

.StyCMRed
{
color: #bd0c0f;
}

a.StyNoSee:link{color: #c7f2d7;}
a.StyNoSee:visited{color: #c7f2d7;}
a.StyNoSee:active{color: #c7f2d7;}
a.StyNoSee:hover{background: none;}

a.2DELStyNoHover:hover{background: none;}
{
background: none;
}

A:link    { color: #bd0c0f }      /* unvisited links */
A:visited { color: darkgray }     /* visited links */
A:active  { color: blueviolet }   /* active links */
A:hover   { background: cyan }