﻿html, body{
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-family: "Verdana";
   }
A {
   text-decoration: none;
   }

h1
   {
   font-size: medium;
   color: Gray;
   margin: 0px;
   padding: 0px;
   }
   
img {
   border: 0px;
   margin: 0px;
   padding: 0px;
   }
   
#tabella {
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    width: 800px;
    border: solid 1px;
   }
         
#div_center_offerte_speciali
   {
    color: #2F4D84;
    background-image: url("../images/bg_offerte_speciali.gif");
    margin: 0px;
    padding: 20px;
   }
#div_center_offerte_speciali hr
   {
    color: #CB0447;
    height: 1px;
    width: 700px;
    text-align: center;
   }

#div_center_offerte_speciali_m
   {
    color: #2F4D84;
    background-image: url("../images/bg_offerte_speciali_m.gif");
    margin: 0px;
    padding: 20px;
    text-decoration: none;
   }
#div_center_offerte_speciali_m hr
   {
    color: #F1CD44;
    height: 1px;
    width: 700px;
    text-align: center;
   }
 
.descrizione_offerta_m
{
    width: 640px;
    margin: 0 auto;
    border: solid 1px #F1CD44;
    border-top: none;
    border-right: none;
    background-color: #ffffff;
    text-align:justify;
    text-indent: 85px;
} 
   
.titolo_offerta_m
{
    width: 700px;
    margin: 0 auto;
    background-color: #F1CD44;
    color: #404040;
    text-align: left;
}

.titolo_offerta_m a:link
{
    color: #404040;
}

.titolo_offerta_m a:visited
{
    color: #404040;
}
.email_offerta_m
{
text-align:right;
color: #F1CD44;
}


.descrizione_offerta
{
    width: 640px;
    margin: 0 auto;
    border: solid 1px #CB0447;
    border-top: none;
    border-right: none;
    background-color: #ffffff;
    text-align:justify;
    text-indent: 85px;
}
.titolo_offerta
{
    width: 700px;
    margin: 0 auto;
    background-color: #CB0447;
    color: #ffffff;
    text-align: left;
}

.titolo_offerta a:link
{
    color: #ffffff;
}

.titolo_offerta a:visited
{
    color: #ffffff;
}
.email_offerta
{
text-align:right;
color: #CB0447;
}
