.tab {
	border: 2px ridge #FF9900;
}
.men {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #9C0C08;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #9C0000;
	border-left-color: #9C000;
}

.tab1 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.titolo {
	border: 2px ridge #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #9C0000;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: auto;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #9C0000;
	text-decoration: underline;
}
.tabtxt {
	padding: 5px;
}
