@charset "utf-8";

/* CSS Document */
a:link
{
    color:#0000EE;
    font-style:normal;
    text-decoration:none;
    border:0;
}

a:visited
{
    color:#FF0080;
    font-style:normal;
    text-decoration:none;
    border:0;
}

a:active
{
    color:#FF0000;
    font-style:normal;
    text-decoration:none;
    border:0;
}

a:hover
{
    color:#F00;
    background-color:#FF3;
    text-decoration:underline;
}

body
{
    font-family:"Century Schoolbook", "Times New Roman", Times, serif;
    font-size:14pt;
    color:#000000;
    background-color:#FFFF66;
}

img.tag
{
    border:0;
    width:88px;
    height:31px;
}

.bgblack
{
    background-color:#000000;
    color:#FFFFFF;
    text-align:center;
    padding:1em;
}

.center { text-align:center; }

.center img
{
    border:none;
    width:auto;
    height:auto;
}

.fl
{
    float:left;
    margin-top:.5em;
    text-align:center;
    margin-left:1%;
    margin-right:auto;
}

.fr
{
    margin-top:.5em;
    margin-right:1em;
    float:right;
}

table.one
{
    text-align:center;
    border-width:4px;
    border-style:outset;
}

table.carolyn
{
    width:70%;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    border-width:4px;
    border-style:outset;
}

td.carolyn
{
    width:23%;
    text-align:center;
}

table.two
{
    border-width:8px;
    border-style:outset;
    background-color:#008000;
    width:100%;
    padding:4px;
}

td.one
{
    background-color:#FFFFFF;
    width:100%;
    padding-top:1em;
    padding-bottom:0;
}

td.two
{
    width:50%;
    color:#003000;
    background-color:#99FF99;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    font-size:100%;
    padding-top:.2em;
    padding-bottom:.2em;
}
.three
{
    width:95%;
    margin-right:2.5%;
    margin-left:2.5%;
    font-size:95%;
    text-align:left;
    border-width:4px;
    border-style:outset;
    vertical-align:text-top;
}

.three td
{
    text-align:left;
    vertical-align:text-top;
    border-width:2px;
    border-style:ridge;
}

.three li
{
    margin-left:-2em;
    text-align:left;
    list-style:none;
}

.three a:link
{
    color:#000;
    font-style:normal;
    text-decoration:underline;
    border:0;
}

.three a:visited
{
    color:navy;
    background-color:white;
    font-style:normal;
    text-decoration:underline;
    border:0;
}

.three a:active
{
    color:white;
    background-color:red;
    font-style:normal;
    text-decoration:underline;
    border:0;
}

.menu
{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:1em;
    text-align:center;
    border:outset olivedrab 10px;
    background-color:olivedrab;
    color:#FFF;
    padding:1em;
}

h1 { font-size: 250% }

h2 { font-size: 200% }

h3 { font-size: 150% }

h4 { font-size: 100% }

h5 { font-size:  80% }

h6 { font-size:  65% }

h1, h2, h3, h4, h5, h6 { text-align:center; }

.full
{
    width:100%;
    height:100%;
    text-align:center;
}

