/* Corpo pagina */

body {
	background-image: url(immagini/sfondo.jpg);
}

.link {
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}

.linksel {
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

.testogen {
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

.bottom {
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
}

body.body {
scrollbar-3dlight-color: #999999; 
scrollbar-arrow-color: #000066;
scrollbar-base-color: #999999; 
scrollbar-darkshadow-color: #666666; 
scrollbar-face-color: #666666; 
scrollbar-highlight-color: #666666; 
scrollbar-shadow-color: #999999;
scrollbar-track-color: #999999; 
}


