﻿body 
{
   background-color: #FEFDBA;
   color: #006600;
}

#whitey
    {
        background-color: #Ffffff;
    }

#bucolic
{    
    background-image: url(stringyellow.gif); background-repeat: no-repeat;
    }
    
#fly
{
    background-image: url(flyyellow.gif); background-repeat: no-repeat;
    }
    
#toc
{
    position: relative;
    text-align:center;
    padding: 28px;
    }

#tocright
{
    position: relative;
    text-align:right;
    padding-right: 28px;
    padding-top: 30px;
    padding-bottom: 15px;
    }
    
#toc a
{
    color: #006600;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    padding: 1px;
    margin: 0px;
    }
    
#toc a:hover
{
    color: #ffffff;
    background-color: #006600;
    }    

.alpha
{
   list-style-type:none;
   padding-left: 10px;
   margin: 0px;  
    }
    
.alpha li
{
    padding-left: 1px;
    }

#holdthing
{
    position: relative;
    }


    