html, body {
    padding: 0;
    margin: 0;
    }

a:link    { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover   { color: #8f0002; text-decoration: underline; }



.resultHeader ,
.singleResult ,
.resultError ,
.whatIsThis ,
#searchForm ,
#searchForm td ,
#msrNonNavLinks ,
#msrNonNavLinks a {
    font-family: arial, tahoma, "Trebuchet MS", serif;
    font-size: 12px;
    }

.whatIsThis ,
.resultHeader ,
.singleResult ,
.resultError ,
#searchForm {
    margin: 8px 0 8px 0;
    padding: 0px;
    }
.resultError {
    border: 1px solid #FF8888;
    background: #FFEEEE;
    }
.singleResult {
    border: 1px solid #CCCCCC;
    }
.singleResult.local {
    border: 1px solid #8888FF;
    background: #EEEEFF;
    }
.whatIsThis ,
#searchForm {
    border: 1px solid #CCCCCC;
    background: #EEEEEE;
    }
.resultHeader {
    text-align: center;
    }
.whatIsThis ,
.singleResult ,
#searchForm {
    padding: 15px;
    }
.singleResult .title {
    font-size: 18px;
    }
.singleResult .url {
    font-size: 10px;
    font-style: italic;
    }



#msrHeader {
    position: relative;
    left: 0px;
    top: 0px;
    width: 998px;
    height: 149px;
    background: #000000 url("images/headerbg.jpg") no-repeat scroll center center;
    }
#msrLogo {
    position: absolute;
    left: 30px;
    top: 15px;
    }
#msrSiteTabBlog ,
#msrSiteTabSearch ,
#msrSiteTabCommunity {
    position: absolute;
    top: 92px;
    }
#msrSiteTabBlog {
    left: 25px;
    }
#msrSiteTabSearch {
    left: 120px;
    }
#msrSiteTabCommunity {
    left: 265px;
    }
#msrNonNavLinks {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 5px;
    }
#msrNonNavLinks a ,
#msrNonNavLinks a:visited ,
#msrNonNavLinks a:hover {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    }
#msrNonNavLinks a:hover {
    text-decoration: underline;
    }
