/* CSS Document */
body {
	background-attachment: fixed;
	background-image: url(../images/wudang_bck.jpg);
	color: #000000;
}
.titolo {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
}
.corsivo {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.normale {color: #000000; font-weight: bold; }
a:link {
	color: #000000;
	text-decoration: none;
	font-size: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
}
.footerLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
.footerLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-decoration:underline;
}
.footerLinkSpacer {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #9999FF;
}
.footerHeader {
	font-family: Julius-Medium, verdana, sans-serif;
	font-size: 21px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
#piedipag {
	position:absolute;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: 16cm;
	height: 12px;
	width: 100%;
	left: 0px;
}

