/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : black;
	background-color : rgb(255,255,255);
	background-image: url(../../graybrck.jpg);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Stile3 {color: #FF3300}
.Stile4 {color: #FF0000}
.Stile5 {color: #FF00FF}
.Stile6 {color: #99FFFF}
.Stile7 {color: #FFCCFF}
.Stile9 {color: #FFFF00}
.Stile10 {color: #CCFF00}
.Stile11 {color: #0066FF}
.Stile12 {color: #33CC33}
.Stile13 {color: #66FFFF}
.Stile14 {color: #9999FF}
.Stile15 {color: #FF3366}
.Stile17 {color: #FF3333}
.Stile18 {color: #FF6633; }
.Stile19 {color: #FF99CC}
.Stile20 {color: #3300FF}
.Stile21 {color: #CC3366; font-size: 24px; }
.Stile22 {font-size: 36px}
.Stile23 {color: #006633}

h1, h2, h3, h4, h5, h6
{
	margin:3px;
	padding:0px;
	
}

h1
{

	font-size:26px;
}

h2
{

	font-size:20px;
}

h3
{

	font-size:18px;
}

h4
{
	
	font-size:16px;
}

.titolo
{
	color: #FF6600;
}

.head
{
	text-align: justify;
	background-image: url(../../red_brick.jpg);
}

.head h2
{
	color: #FFFFFF;
	font-weight: bold;
	font-size:18px;
}

.head a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size:18px;
}

.contentText p
{
	max-width:45em;
	margin: 5px;
}


.menu
{
	text-align : left;
	background-color:;

}

.menu p
{
	margin: 5px;
}

.other
{
	text-align : left;
	background-color:;

}

.other p
{
	margin: 5px;
}

.footer
{
	background-color : rgb(255,255,255);
	border : thin solid rgb(0,0,0);
}

