body {
    background-color: white;
    }

#main-content{   /* wraps the SmartCatalog generated content  */
    margin-left: 35px;
    width: 550px;
    margin-top: 10px;
    }

a{
    color:#006B5B;
    }
    
a:hover{
    color:#044982;
    }

a:active{
    color:#044982;
    }