@charset "utf-8";
/*css generale*/
a{
	text-decoration: none;
	color: #0000CC;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

img{
border:none;
}

ul{
list-style-type:none;
}

/*header*/
#dott {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#indirizzo {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/*menù*/
#menu {
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
#menu a:hover{
	font-weight: bold;	
}
/*corpo*/
#testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*footer*/
#fondo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3333CC;
}

#bordo {
	border-top-style: ridge;
	border-top-color: #333333;
}
