﻿body 
        {
            background-color: #ffffcc;
        }
        h1
        {
            font-family: Arial;
            font-size: 26px;            
            text-align:center;
        }
        h2
        {
            font-family: Arial;
            font-size: 20px;   
            text-align:center;         
        }
        h3
        {
            font-family: Arial;
            font-size: 14px;            
        }
        p
        {
            font-family: Arial;  
            font-size: 12px;          
        }
        a
        {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;            
            text-decoration: none;
            color: #006600;            
        }
        a:visited
        {
            color:Navy;
        }
        a:hover
        {
            color:Maroon;
            background-color:Olive
        }        
.banner
        {
            top: 10px; left: 50px; position: absolute; height: 50px; width: 850px; color: #006600; border-style: double; border-width: 3px; padding: 0px 0px 0px 0px; background-color: #FFCC00;
        }
.page
        {
            top: 69px; left: 50px; position: absolute; width: 150px; height: 65px; color: #FFCC00; border-style: double; border-width: 3px; padding: 0px 0px 0px 0px; background-color: #006600;            
        }        
.navbar
        {
            top: 143px; left: 50px; position: absolute; width: 150px; height: 200px; color: #006600; border-style: double; border-width: 3px; padding: 0px 0px 0px 0px; background-color: #FFCC00;            
        }
.contact
        {
            top: 352px; left: 50px; position: absolute; height: 235px; width: 147px; color: #006600; border-style: double; border-width: 3px; padding: 0px 0px 0px 3px; background-color: #FFCC00;
        }
.maintext
        {
            overflow: auto; top: 69px; left: 209px; position: absolute; height: 518px; width: 685px; border-style: double; border-width: 3px; padding: 0px 3px 0px 3px; background-color: #FFFFFF;
        }
.list1
        {
            margin-left: 100px
        }
.list2
        {
            margin-left: 100px
        }
.ital
        {
            margin-left: 50px; font-style: italic;
        }