@charset "UTF-8";
/* CSS Document */

body{
background-image:url(img/sfondino.jpg);
background-repeat:repeat-x;
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#f8d18c;
}

#box_punti_vendtita{
width:600px;
height:150px;
padding-left:5px;
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#FFFFFF;
border:#f8d18c solid 1px;
}

.link{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#f8d18c;
text-decoration:none;
}

.link:hover{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#f8d18c;
text-decoration:underline;
}
