/* This is the root CSS file for your site */
/* It is loaded into every page */
    body
    {
        font-family: Verdana;
        font-size: 0.8em;
        font-weight: normal;
        text-align: left;
        margin: 0px;
        background-color: #c5c1bf;
    }

    a
    {
     color: black;
     text-decoration: none;
    }
    
/* End Core Styles */

/* Begin WebLab Branding */

    #WL_Fixed_BrandingFooter
    {
        width: 100%;
        font-size:0.8em;
        text-align:center;
        color:White;
        margin-top:10px;
    }

    #WL_Fixed_BrandingFooter a
    {
        color: Orange;
    }

    .MyThumb
    {
        float: left;
        clear: none;
    }
/* End WebLab Branding */

