body 
{
    background: #82CAFA;
}

h1
{
    
    font-family: 'Comic Sans MS';
}

#container
{
    width: 900px;
    margin: 0 auto;
    background: #AFDCEC ;
        
}

div#footer a { outline: none; }
div#footer img { border: none; }

#footer
{
    width: 900px;
    margin: 0 auto;
    background: #AFDCEC ;
    text-align: center ;
        
}


#header
{
    width: 900px;
    height: 190px ;
    background: #3B9C9C;
    
}

#menubar
{
    width: 900px ;
    
}

div#menubar a { outline: none; }
div#menubar img { border: none; }

#logo
{
   text-align: center ;
   width: 325px ;

}

#sitename
{
    width: 450px;
    font-family: 'Comic Sans MS';
    
    vertical-align: middle ;
    font-size: 2.5em ;
    color: #99FFCC ;
}

#content
{
    text-align: center;
    font-family: Arial;
    font-size: large;
    padding: 3px ;
    background: #AFDCEC;
    
}

.link
{
    color: Blue;
}

.tblheight
{
    height: 300px;
}

.section
        {
            background-color: Maroon;
            color: White;
            vertical-align: middle;
            line-height: 30px;
            border-color: Fuchsia;
            text-indent: 20px;
        }
.tbl
        {
            width: 787px;
            border-style: solid;
            border-width: 2px;
        }
        
.wdthcol1
        {
            width: 136px;
        }
        
 .top
        {
            background-color: #00FF00;
            width: 120px;
            text-align: center;
        }
        
 .wdthcol2
        {
            width: 120px;
            text-align: center;
        }
        
 .bldcol1
        {
            width: 136px;
            font-weight: bold;
        }
        
 .bldcol2
        {
            width: 120px;
            text-align: center;
            font-weight: bold;
        }   
        
        .left
{
    text-align: left;
}
.right
{
    text-align: right;
}
#favoritelist
{
    list-style-type: square;
    
}
div#favlist a
{
    
    font-family: Georgia;
    font-size: 1.5em;
    color: #F62817;
    text-decoration: none;
    
}
        
        