   <!--h1=body text  h2=titles  h3=sub-titles  h4=back button  h5=page title  h6=credits text -->


a:visited
        {
         color: #0000FF;
         text-decoration: none;
        }

a:link
        {
         color:#0000FF;
         text-decoration: none;
        }

a:hover
        {
         color:#0000FF;
         text-decoration:underline;
        }

body
        {
        color: #000000;
        background-color : #FFFFFF;
        text-align:left;
        vertical-align:middle;
        }
div .content
        {
        margin-left:auto;
        margin-right:auto;
        width:80%;
        float:center;
        padding:10%;
        border:0;
        background-color:#f9a5b0;
        }
p
        {
        color:black;
        font-size:9pt;
        font-family:arial, sans-serif;
        }


.title
       {
        color:black;
        font-size:12pt;
        font-family:arial;
        font-weight:bold;
       }

.subt
       {
        color:black;
        font-size:10pt;
        font-family:arial;
        font-style:normal;
        font-style:normal
        font-weight:normal;
       }

.back
       {
        color:black;
        font-size:7pt;
        font-family:arial;
        font-style:normal;
        font-weight:normal;
       }

.pagetitle
       {
        color:black;
        font-size:20pt;
        font-family:arial;
        font-style:normal;
        font-weight:normal;
        }
.credit
       {
        color:black;
        font-size:9pt;
        font-family:arial;
        font-weight:normal;
       }
