
a.titolo {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	float: top;
	width: 80px;
	height: 15px;
	background: #ccc;
	border: 3px solid;
	border-color: #fff #666 #666 #fff;
	padding: 3px;
	font-weight: bold;
}
a.titolo :link, a.titolo:visited{
background:#ccc;
color:#000;
}
a.titolo:hover{
	background: #f66;
    border-color: #666 #666 #fff #fff;	
}

a.titolo:focus{
background: #aaa;
color:#F00;
}

a.titolo:outfocus{
background: #ccc;
color:#000;
}

a.titolo:active{
background: #ccc;
color:#F00;
}			

.pulsante {

margin:0;
padding:2px;
border:1px solid #999;
color:#000;
background: #CCC;
text-align:center; 
font:weight:bold;
}
.pulsante:link{
	width:100px;
	background: #CCC;
	text-decoration:none;
    border-color: #666 #666 #fff #fff;	
}
.pulsante:hover{
	background: #f66;
    border-color: #666 #666 #fff #fff;	
}
.pulsante2 {
margin:0;
padding:2px;
border:0px solid #999;
color:#000;
background: #6F9;
text-align:center; 
font:weight:bold;
}
.pulsante2:link{
	text-decoration:none;
}
.pulsante2:hover{
	background: #f66;
}
.pulsantetd {
margin:0;
padding:2px;
border:1px solid #000;
color:#000;
background: #6F9;
text-align:center; 
font:weight:bold;
}
.pulsantetd:hover{
	background: #f66;
}
.pulsante:focus{
background: #aaa;
color:#F00;
}

.pulsante:outfocus{
background: #ccc;
color:#000;
}

