/* CSS Document */
body{
	/*text-align:center;*/
	background:   url(../../../img/sfondo.gif);
	background-repeat:repeat;
}
.Stile1 {color: #891B1C}

table{
	/*text-align:center;*/
}

th{ text-align:right}
td{ /*text-align:left*/}

input, textarea{ background-image:url(../../../img/sfondo1.gif) }
img{border:0}
a{ 
 color: #FFFF99;
 font-weight:bold;
 font-family:"poor Richard";
	font-size:20px;
 }
 
 a:link{
 color: #731612;
 font-family:"poor Richard";
	font-size:20px;
 }
 
 a:visited{
  color: #731612;
  font-weight:normal;
  font-family:"poor Richard";
	font-size:20px;
  
   
 }
 
 a:hover{
 font-weight:bold;
 color:red;
 font-family:"poor Richard";
	font-size:20px;
 }
 