body {
    font-family: 'Lucida Grande';
    text-decoration: none; }
      
a:link {
    text-decoration: none; color: black;}
    
a:visited {
    text-decoration: none; color: black;}
    
a:hover {
    text-decoration: none; color: #ebda1a;}

img {
    border-style: none; }

.side_text {
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    position:absolute; 
    font-size:0.8em; 
    background-color:black; 
    color:white; 
    border:2px solid white; 
    display:none; }
    
.price_text {
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    position:absolute; 
    font-size:0.8em; 
    background-color:white; 
    border:2px solid black; 
    display:none;}
    
.item_text {
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-size:1em; 
    padding:5px; 
    border-bottom:1px solid #ecebeb;}
    
.body_text {
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    position:absolute; 
    font-size:0.8em; 
    background-color:white; 
    border:2px solid black; 
    display:none;}

      
