﻿html {
	color: #99CCCC;
}

body {
	background-image: url(../img/Sfondo2.jpg);
	color: #99CCCC;
	font-family: "Bradley Hand ITC", "Bauhaus Lt Bt", "Lucida Sans Unicode", Arial, sans-serif;
}

td, th {
	color: #99CCCC;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	font-family: "Bradley Hand ITC", "Bauhaus Lt Bt", "Lucida Sans Unicode", Arial, sans-serif;
}
p {
	text-align:left;
}
h1 {
	text-align: center;
	font-family: "Bradley Hand ITC", "Bauhaus Lt Bt", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	color: #99CCCC;
}

h2 {
	color: #99CCCC;
}

h3, h4 {
	color: #99CCCC;
}

h5, h6 {
	color: #6699CC;
}

hr {
	color: #000066;
}

a {
	color: #9999CC;
}

#w3c {
	text-align:left;
	display: block;
}

#firma {
	text-align: right;
	float: right;
	font-size: 10pt;
	color: #99CCCC;
}

#symbol {
	text-align: center;
	display: block;
}

#scroll {
	text-align: center;
	font-size: 18pt;
	color: #99CCCC;
}

.menu {
	text-align: center;
	font-size: 12pt;
	color: #99CCCC;
}

.menu a:hover{
	color: #FFFF33;
	text-decoration:underline;
}

.menured {
	color: red;
	}

.sidemenu {
	text-decoration:none;
	font-size: 12pt;
	font-weight: bold;
	width: 20%;
	float: left;
	clear: none;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
}

.sidemenu a:hover {
	color: #FFFF33;
}

.descrizione {
	text-align: justify;
	font-size: 14pt;
	display: block;
}

.descrizioneR {
	text-align: justify;
	font-size: 14pt;
	width: 78%;
	display: block;
	float: right;
}

.descrizione1 {
	text-align: center;
	color: #99CCCC;
	font-size: 14pt;
	display: block;
}

.descrizione1R {
	text-align: center;
	font-size: 14pt;
	width: 78%;
	display: block;
	float: right
}


.descrintleft {
	float: left;
	padding: 20px;
	border: 0px;
}
.descrintright {
	float: right;
	padding: 20px;
	border: 0px;
}
.descrintcenter {
	text-align: center;
	padding: 20px;
}

.calend {
	background-color: #99CCCC;
	color: black;
	}

.calend1 {
	background-color: white;
	color: black;
	}
	
.calend2 {
	background-color: white;
	color: black;
	}

.green {
	background-color: green;
	color: white;
	}
.green :hover {
	background-color: black;
	color: red;
}

.red {
	background-color: red;
	color: white;
	}

.yellow {
	background-color: yellow;
	color: black;
	}
	
.white {
	background-color: white;
	color: black;
	}

.black {
	background-color: black;
	color: white;
	}

