/*
Contiene tutti i formati che saranno importati anche nel ckeditor
*/
@CHARSET "ISO-8859-1";

body {
	margin: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #515151;
	line-height:1.5em;
	background: #fff; 
}

p {
	margin:0;
	padding:0;
}

h1 {
    margin: 0 5px 10px 0px;
	font-size: 1.3em;
	color:#78350B;
}

h2 {
    margin: 3px 5px 10px 0px;
	font-size: 1.3em;
	color:#78350B;
	border-bottom: 1px dotted #78350B;
}

h3 {
    margin: 0 0 0 0;
	padding:5px 0 0 0px;
	font-size: 1em;
	color:#78350B;
}

h5 {
	float:right;
    margin: 10px 0 0 0;
	font-size: 0.8em;
	color:#fff;
	background:#690101; /*528206;*/
    padding: 1px 3px; 
    border-radius: 5px;
}

hr {
 	color:#528206;
 	height: 0px;
 	border-top: 1px solid #78350B;	
}

img {
	border: 0;
}

h5 a,
h5 a:link, 
h5 a:active,
h5 a:visited  {
   color: #fff;
   text-weight:normal;
 }
 
h5 a:hover, 
h5 a:focus {
  color:  yellow;
 }  
a,
a:link, 
a:active,
a:visited {
  text-decoration: none;
  color: #000;
}

a:hover, 
a:focus {
  color: #690101;
  text-decoration:none;
}