/* master.css */

h1.missing {
    position: relative;
    top: 0;
    left: -9999em;
    line-height: 50px;
    }
    
p.intro {
    font-weight: bold;
    }
        
img {
    border: none;
    }
    
a {
    color: #5C693F;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }
    
.topbanner  {background:url(images/sweets_banner.jpg)
no-repeat
top center }
