/* 
 * Custom rules for skins/standard/global.css.
 * The rules you put here override rules in that stylesheet.
 */

body {
     border-top: 0;
     margin-top: 0;
     padding-top: 0;
     font-family:                       Verdana, Arial, Helvetica, sans-serif;
   }

 #banner-version
    {
        font-size: 75%;
        background-color:       #b0b2e0;
        color: white;
        border-top:                     2px solid black;
        border-bottom:                  2px solid #303030;
        line-height:                    14pt;
        text-align: right;
    }

