/* CSS definition file containing sitestyle stylesheets */
BODY { font-size: 10px;}
 A:active { color: rgb(0,102,102); text-decoration: none ;}
 A:link { color: rgb(255,255,204); text-decoration: none ; background-color: rgb(51,102,102);}
 A:visited { color: rgb(102,0,0); text-decoration: none ; background-color: rgb(255,255,255);}
 A { color: rgb(0,102,102); text-decoration: none ; background-color: rgb(255,255,255);}
 .TextNavBar { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small; color: rgb(255,255,204); font-weight: bold; text-decoration: none ; text-align: left; background-color: rgb(51,102,102); border-left-style: none; padding-top: 1pt; border-top-style: none; border-right-style: none; padding-bottom: 1pt; border-bottom-style: none;}
 A:hover { color: rgb(0,102,102); font-weight: bold; text-decoration: none ;}
   .verre_de_vin_offer {
 background: lightyellow;
 border: 1px solid red;
 margin: 10px;
 padding: 5px;
 font-family: arial;
}
 td .verre_de_vin_offer a {
    background: lightyellow;
    color: blue;
    font-size: 1em;
    text-decoration: underline;
}
td .verre_de_vin_offer a:hover {
    color: green;
}