

a { color: rgb(255,253,208); text-decoration: none }
a:visited { color: #A9A9A9; text-decoration: none 
background-color: none;
    	opacity: 5;	
	transition: .9s ;


}
body 
{
    background-image: none;
	background-attachment:fixed;
	background-repeat: repeat;
	margin: 0px 0px
}

#quote{font-size: 32px; color: #000; opacity: 1; filter: alpha(opacity=100); }
#quotebox { opacity: .35; filter: alpha(opacity=35); } 
#boxB {opacity: .80; filter: alpha(opacity=80); }

#ombra {text-shadow: 0 0 20px #000000;}

font.numero { font-size: 9px; line-height: 12px; font-family: Helvetica, sans-serif }
font.piccolo { font-size: 11px; line-height: 12px; font-family: Arial, Helvetica, sans-serif }
font.sommario { font-size: 11px; line-height: 12px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }
font.testo { font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, sans-serif }
font.titolo { font-size: 14px; line-height: 18px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }
.whitelink { color:#FFDAB9; text-decoration:none; ; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif} 
.blacklink { color:#FFDAB9; text-decoration:none; } .blacklinkwithrollover { color:#000000; text-decoration:none; } 
.bluelink { color:#1E99FF; text-decoration:none; } 
A:hover {
   color:rgb(255,160,122);
   text-decoration: none;
    background-color: none;
    	opacity: 5;	
	transition: .9s ;
} 

html{
	width:100%;
}


.testoCorpo{
	font-family: 'Caveat';
	font-size:36px;
	
}


.testoCorpo2{
	font-family: 'Mrs Saint Delafield';
	font-size:24px;
	
}
.testoCorpo3{
	font-family: 'Lemonada';
	font-size:18px;
}

.testoCorpo4{
	font-family: 'Kanit', sans-serif;
	font-size:18px;	
}

  input[type="text"] {
       border: 1;
       background: transparent;
       color: rgb(245,222,179);
     }
     
     textarea[name="body"] {
       border: 1;
       background: transparent;
       color: rgb(245,222,179);
     }
          textarea[name="object"] {
       border: 1;
       background: transparent;;
       opacity:0.8;       
     }textarea[name="email3"] {
       border: 1;
       background: transparent;;
       opacity:0.8;       
     }textarea[name="em"] {
       border: 1;
       background: transparent;;
       opacity:0.8;       
     }textarea[name="email2"] {
       border: 1;
       background: transparent;;
       opacity:0.8;       
     }
   #submit {
  background-color: #482419; /* colore di sfondo    */
  border: 2px solid #613434;
  border-radius: 10px;       /* bordo dell'elemento */
  color: #fff;               /* colore del testo    */
  font-weight: bold;         /* testo in grassetto  */
  padding: 0;                /* padding             */
  height: 25px;              /* altezza             */
  width: 160px;               /* larghezza           */
}
#cancella {
  background-color: #482419; /* colore di sfondo    */
  border: 2px solid #613434;
  border-radius: 10px;       /* bordo dell'elemento */
  color: #fff;               /* colore del testo    */
  font-weight: bold;         /* testo in grassetto  */
  padding: 0;                /* padding             */
  height: 25px;              /* altezza             */
  width: 100px;               /* larghezza           */
} 

.responsive {
 max-width: 100%;
 height: auto;
}	
	
