a:link {
	text-decoration: none;
	color: #001C78;
}
a:visited {
	text-decoration: none;
	color: #001C78;
}
a:hover {
	text-decoration: underline;
	color: #001C78;
}
a:active {
	text-decoration: none;
	color: #001C78;	
}

body {
	background-image: url(../images/pagine-sf.jpg);
	background-attachment: fixed;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.TxtBianco {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.5;
	font-style: normal;
	text-decoration : none;
}

.TxtBiancoAllievi {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: normal;
	font-style: italic;
	text-decoration : none;
}

.TxtRosso {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FF0000;
	line-height: normal;
	font-style: normal;
	text-decoration : none;

}

.TxtNero {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	font-style: normal;
	text-decoration : none;
}
