
a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: underline;
	color: #610303;
}
a:active {
	text-decoration: none;
	color: #808080;
}

.titolo_pagina {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #2e2e96; font-weight: bold; }

.testo {font-family: Arial, Helvetica, sans-serif; font-size: 12px;color: #2e2e96; }

body {
	background-image: url(../images/back.gif);
}



a.page-options:hover, 
a.page-options:focus {
	font-family:Arial, Helvetica, sans-serif;font-size: 14px;
	color: #fff; 
	background: #09F;
}		

p {
	margin: 0 0 20px 0;
	color: #cccccc;
	line-height: 140%;
}

	p small, 
	li small {
		color: #09F;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}

