﻿  body{ font-family:Verdana, Sans-Serif; color: Black; background-color: #F3EFE0;} /* cream */

        .sidebar{ background-color: #468146; color: #F3EFE0; display:inline;} /* #3E2B19/#934A00 brown/#9A3334 burgundy, cream */
        
        .heading{ color: #F3EFE0; font-size:1.2em; font-weight:bold; } /* cream */
        
        .bHeading 
        {
            color: #3E2B19;         /* #3399FF blue, #979D55 green, #3E2B19/#934A00 brown*/
            font-size:1.8em; 
            font-weight:normal; 
            text-align:left;
            padding-left:20px;
        } 
        
        .linkButton 
        {
                color: White; 
                background-color:#D14719; /* #0000A0/#3399FF blue */
                font-weight:bold; 
                font-size:1.1em; 
                border:2px solid White;
                text-align:center;
                padding:10px;
                height:50px;
                width:225px;
                text-decoration:none;
                margin-left:auto;
                margin-right:auto;
                
        }
        
        .linkButton a
        {
                text-decoration:none;
                color: White;
                font-weight:bold; 
                font-size:1.1em; 
        }
    