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

