﻿body {
	background-color: white
}

.titoli {
	font-family: tahoma;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}
	
.testo2 {
	font-family: tahoma;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color:  #0099FF;
	text-decoration: none;
	font-weight: normal;
}
	
	
a:link {
	font-family: tahoma;
	font-size: 10pt;
	color: #0099FF;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	font-family: tahoma;
	font-size: 10pt;
	color: #0099FF;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: tahoma;
	font-size: 10pt;
	color: #0099FF;
	font-weight: normal;
}
a:actived {
	font-family: tahoma;
	font-size: 10pt;
	color:#0099FF;
	font-weight: normal;
}
.DropDownlist1
{
border-right: red 1px solid;
border-top: red 1px solid;
font-size: large;
border-left: red 1px solid;
color: green;
border-bottom: red 1px solid;
font-family: trebuchet;
background-color: aqua;
font-size: 10pt;
color: #0099FF;
}

.table
{
	border:2px;
	border-color: #00CCFF;
	BACKGROUND-COLOR: white;
	border-top-style: double;
	border-right-style: double;
	border-left-style: double;
	border-bottom-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

hr {
	size: 1;
	color:  #00CCFF;
	
}
