@charset "utf-8";
/* CSS Document */

body 
{
	margin: 0;
	padding: 0;
	font: "Times New Roman", Times, serif;
	scrollbar-face-color: #d6f794; 
	scrollbar-shadow-color: #d6f794;
	scrollbar-highlight-color: #d6f794;
	scrollbar-3dlight-color: #d6f794; 
	scrollbar-darkshadow-color: #f2f2f2; 
	scrollbar-track-color: #f2f2f2; 
	scrollbar-arrow-color: #f2f2f2;
	}
.Style1 {
	color: #009900;
	font-weight: bold;
	}
.Style2 {
	font-size: 12px;
	color: #009900;
}
.Style3 {
	font-size: 10px;
	color:#000000;
}
.Style13 {	
	color: #009900;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}
#meteo-table td {
	padding: 0;
	border-width: 0;
	vertical-align: middle;
}
.meteo-today-title 
{
	font-size: 16px;
	color: #009900;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;

}

.meteo-today
{
	padding: 4px;
	width : 90%;
	border-width: 1px;
	border-style: solid;
	border-color: #dadada;
	background-color: #f9f9f9;
}
.meteo-5day-title 
{
	width : 500px;
	font-size: 14px;
	color: #009900;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3376ac;*/
}

