a:link {color: #000000; text-decoration: underline;}
a:visited {color: #000000;text-decoration:underline;}
a:hover {color: #7C7C7C;text-decoration:underline;}
a:active {color: #FF0000;text-decoration:underline;}

body {
	width:800px;
	margin:auto;}
img {
	border:0px;}

#header {
	font-family:"Tempus Sans ITC", Arial, Verdana;
	color: #333333;
	font-size: 1.2em;
	text-align:center;
	line-height:1.5em;
}
#header img {
	width:120px;
	height:120px;
	float:left;
}
#header h3 {
	padding:20px;}
#content {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height: 2em;
	font-size: .8em;
	border-left: #FECB65 solid 120px;
	padding-left:10px;
}
#content h4 {
	font-size: 1em;
	color: #FF6633;
}

.enfasi {
	font-style:italic;
}
