body { background: url(../common_pictures/background_blue.jpg) repeat;
       color: rgb(255,220,175)
     }


/*  Regular menu item  */

a:link { font-style: normal;
         font-weight: bold;
         color: #EFDA22;
         text-decoration: none
       }

a:active { font-style: normal;
           font-weight: normal;
           color: #EFDA22;
           text-decoration: none
         }

a:visited { font-style: normal;
            font-weight: bold;
            color: #EFDA22;
            text-decoration: none
          }

a:hover { font-style: normal;
          font-weight: bold;
          color: #FFEFB2;
          text-decoration: none
        }


/*  Special Offer available  */

a.special_offer:link { font-style: normal;
                       font-weight: bold;
                       color: #EF1A02;
                       text-decoration: none
                     }

a.special_offer:active { font-style: normal;
                         font-weight: normal;
                         color: #EF1A02;
                         text-decoration: none
                       }

a.special_offer:visited { font-style: normal;
                          font-weight: bold;
                          color: #EF1A02;
                          text-decoration: none
                        }

a.special_offer:hover { font-style: normal;
                        font-weight: bold;
                        color: #FF2A22;
                        text-decoration: none
                      }
