@charset "iso-8859-1";

/* Tag Generici */

body, h1, h2, h3, h4, div, p, span {
	font-family: "Lucida Grande", Trebuchet, Arial,  Helvetica, sans-serif;	
	color: #ccc;
	font-size: 14px;
}

h1, h2, h3, h4 {	
	font-family: Georgia;
	font-size: 26px;
	font-weight: normal;
	color: #fff;	
	margin: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 28px;
	text-shadow: 0px -1px 0px #111;
	font-style: italic;
}

h2 { 
	font-size: 20px; 
	line-height: 20px;
}

h3 { 
	font-size: 15px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #edab0e;
}

h4 {
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

div, p {	
	font-style: normal;	
	line-height: 25px;
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
}

img {
	border: 0px;
}

hr {	
	border: 0px; 
	height: 0px;
	border-bottom: 1px dotted #AAAAAA; 
}

a {
	text-decoration: none;
	color: #edab0e;
}

a:hover	{
	text-decoration: underline;
}

/* Stile testo content area */

.Note {
	font-size: 11px;	
	color: #aaaaaa;
	font-weight: bold;
}

.miaclasse {
	font-size: 18px;
	font-family: 'Megrim', arial, serif;
}