﻿/* CSS Document */

a:link{
	text-decoration:none;
	color:#339900;
	font-weight : bold;
	font-family: "Georgia, Book Antiqua Bold Italic, Monotype Corsiva, Arial, Helvetica,Times New Roman";
	font-size: 16px;
	font-style: italic;
}
a:visited{
	text-decoration:none;
	color:#339900;
	font-size:16;
	font-weight : bold;
	font-family: "Georgia, Book Antiqua Bold Italic, Monotype Corsiva, Arial, Helvetica,Times New Roman";
	font-style: italic;
}
a:hover{
	text-decoration:underline;
	color:#339900;
	font-size:16px;
	font-weight : bold;
	font-family: "Georgia, Book Antiqua Bold Italic, Monotype Corsiva, Arial, Helvetica,Times New Roman";
	font-style: italic;
}
body
{
	background-color: #d0dcb4;
	/*background-image: url(sfondo.jpg);*/	
	scrollbar-base-color:#f3c00d;
	scrollbar-face-color:#5e9159;
	scrollbar-shadow-color:#f3c00d;
	scrollbar-arrow-color:#f3c00d;
	scrollbar-highlight-color:#5e9159;
	scrollbar-dark-shadow-color:#5e9159;
	scrollbar-3d-light-color: #f3c00d;
	scrollbar-track-color:#d0dcb4;
}
.testo
{
	font-family: "trebuchet MS, Arial, Helvetica, Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.testohome
{
	font-family: "Book Antiqua, georgia, trebuchet MS, Arial, Helvetica, Times New Roman";
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #1f3a31;
}
.podere
{
	font-family: "Edwardian, georgia, trebuchet MS, Arial, Helvetica, Times New Roman";
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ccad04;
}
.eventi
{
	font-family: "Edwardian, Georgia, trebuchet MS, Arial, Helvetica, Times New Roman";
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.link
{
	color:#5e9159;
}
.foto
{
	cursor: hand;
}