@charset "UTF-8";
/* CSS Document */

body {
	height:100%;
	background-color: #FFFFFF;
	background-image: url(../img/carta.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	color: #323232;
	font-family: "Times New Roman", Times;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

a {
	color: #323232;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h1 {
	font-size: 22px;
	margin-bottom:0px;
	margin-top:0px;	
}
h2 {
	font-size: 18px;
	margin-bottom:0px;
	margin-top:0px;	
}
h3 {
	font-size: 14px;
	margin-bottom:0px;
	margin-top:0px;	
}
h4 {
	font-size: 13px;
	margin-bottom:0px;
	margin-top:0px;	
}

.t9 {
	font-size: 9px;
}
.t10 {
	font-size: 10px;
}
.t0 {
	font-size: 14px;
}

.grigio {
	color: #666666;	
}
.rosso {
	color: #FF0000;	
}

.entra {
	color: #FFFFFF;
	text-decoration: none;		
}

.inputcompra {
	width: 260px;
	font-size: 16px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 3px;
}

.errore {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}