@import "jquery.ui.datepicker.css";

body{
	margin:5px;
}

.stile {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	vertical-align:top;
	max-width:1200px;
}
A {
	COLOR: #6666BB; TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline;	
	COLOR: #777;
}
img:visited {
	border:0px;
}
img{
	border:0px;	
}
.stile2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;	
}
.stile2 A {
	COLOR: #ffffff; TEXT-DECORATION: none;
	border:0px;
}
.stile2 A:hover {
	TEXT-DECORATION: underline;
	COLOR: #FFffff;
}

.stile2 img:visited {
	border:0px;
}

input, textarea{
	font-size: 16px;
	font-weight: bold;
	resize: none;
}

.articolo p {
padding: 5px;
border: 0px;;
}

.articolo img {
float: left;
}

.divhide{
	display:inline;
}

#ora{
	color:#000000;
	width:100px;
	font-size:12px;
	text-align:center;		
	height:50px;
	position:relative;
	left:-35px;
	padding:6px;
	
}