/* normaler Link */

	.linkbig { COLOR: #70708F; 
					FONT-FAMILY:Tahoma,sans-serif; 
					font-size:20pt; 
					TEXT-DECORATION:none;}
	A.link:visited { COLOR:#FFFFFF; FONT-FAMILY:Tahoma,sans-serif; font-size:20pt;font-weight:bold; TEXT-DECORATION:none;}
	A.link:active { COLOR:#c4c4c4; FONT-FAMILY:Tahoma,sans-serif; font-size:8pt;font-weight:bold; TEXT-DECORATION:underline;}
	A.link:hover { COLOR:#c4c4c4; FONT-FAMILY:Tahoma,sans-serif; font-size:8pt;font-weight:bold; TEXT-DECORATION:underline;}

	
	

	/* body-tag Code */
	body {
		background-color: #535E00;
		background-image: url(../interfaccia/foresta.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: top center;
		margin-left: 0;
		margin-top: 0;
		margin-height: 0;
		margin-width: 0;
		text-color: #FFFFFF;
		font-family: Tahoma,sans-serif;
		font-size: 8pt;
	}

	