.titolo {
	font-family: "Courier New", Courier, monospace;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: none;
}

.titolo2 {
	font-family: "Courier New", Courier, monospace;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: none;
}

.titolo a{
	font-family: "Courier New", Courier, monospace;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: none;
}


.match {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFF33;
	top: 15px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.pronod {
	background:#FF6600;
	color:#FFFFFF;
	background-color:#000000;
	border-color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	
}
.pron {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	border-color: #FF6600;
	margin-left: 10px;
	font-weight: bold;	
}
.odd {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
	border-color: #FF6600;
	margin-right: 10px;
	font-weight: bold;	
}

.sele :hover{
background:#FF6600;
color:#000000;
background-color:#FF6600;
}


