/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	margin: 0px;
	background: url("../images/bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #8CC919;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #006600;
}

/******* hyperlink and anchor tag styles *******/

a:link { 
	color: #CC0000;
	text-decoration: none}

a:visited {
	color: #FF9966;
	text-decoration: none}

a:hover, a:active{
	color: #CC0000;
	text-decoration: none}
	
/***********************************************/
/* Stili testo 									*/
/***********************************************/

.testo  {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #006600}

.testo_grassetto {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #006600}

.titolo {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #006600}
