﻿/* CSS Document */

a:link{
	text-decoration:none;
	color:#336600;
	font-weight : normal;
	font-family: "Arial, Helvetica,Times New Roman";
	font-size: 13px;
}
a:visited{
	text-decoration:none;
	color:#336600;
	font-size:13;
	font-weight : normal;
	font-family: "Arial, Helvetica,Times New Roman";
}
a:hover{
	text-decoration:underline;
	color:#336600;
	font-size:13px;
	font-weight : normal;
	font-family: "Arial, Helvetica,Times New Roman";
}
body
{
	background-color: #5e9159;
	/*background-image: url(immagini/sfondo5.jpg);*/
	background-position: center center;	
}
.testo
{
	font-family: "Arial, Helvetica, Times New Roman";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	
}
.home
{
	color:#ff0000;
	font-family: "Arial, Helvetica,Times New Roman";
	font-size: 14px;
}
.titolo
{
	font-family: "trebuchet MS, Arial, Helvetica, Times New Roman";
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}