#frontpage {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 0.9em;
    }

.column {
    margin-right:5px;
    }
 
#frontpage .subheading { 
    font-weight: bold;  
    text-decoration: none;
    color:#003E6A; 
    padding:0px;
    font-size: 1.2em;
    line-height: 1.8em;
    padding-bottom:5px;
    }

#frontpage .body{
    font-size: 1.1em; 
    line-height: 1.4em;
    color:#003E6A; 
    }
    
#frontpage a {
    color:#999;
    font-weight:normal;
    font-weight:bold;  
    text-decoration: none;     
    }
    
#frontpage a:hover {
    color:#003E6A;
    text-decoration: underline;  
    }

#why {
    font-size: 0.9em; 
    margin-top:4px;
    padding: 2px;
    }
    
#why a { 
    text-decoration: none;
    color:#003E6A;
    margin-top :-5px;
    padding-left: 0px;
    }
    
#featured_products_divider { 
    margin-top:10px;    
    border-top: 1px dotted #999;   
    }     
    
#featured_products_heading {
    margin-top:5px;  
    background-color: #999; 
    font-size:1.0em;
    font-weight:bold;
    color:white;
    padding-left:10px;
    padding-top:10px;
    } 
    
#featured_products {   
    width:100%;
    background-color: #999;
    }


    
.feature_td {
    background-color: white;    
    text-align:center;
    font-size: 0.8em;
    padding:10px;  
    }    

.featurelink {
    margin-top:10px;
    }
    
.feature a {    
    display:block;  
    text-align:center;  
    text-decoration: none; 
    }

.feature a : hover {
    border: 1px solid black;
    text-decoration: none; 
    } 


