a {
	text-decoration: none;
}
a:link { 
	color: #0a0aba;
}
a:visited { 
	color: #0a0aba;
}
a:hover { 
	text-decoration: underline; 
	color: #0a0aba;
}

p { 
	text-align: justify;
}

P.ingressi {
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}

.text {
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}

.ttitle {
	font-weight: bold;
	font-style: italic;
	color: #3e3e3e;
}

.theader {
	background-color: #808080;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
}

.theader2 {
	background-color: #808080;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.bheader {
	background-color: #808080;
	color: #ffffff;
	font-size: 14px;
}

.bheader a:link { 
	color: #ffffff;
}
.bheader a:visited { 
	color: #ffffff;
}
.bheader a:hover { 
	text-decoration: underline; 
	color: #ffffff;
}

pre {
	background-color: #fafafa;
	color: #00000;
	border: 1px dashed #a0a0a0;
	padding: 6px 10px 6px 10px;
	margin-left: 20px;
	margin-right: 20px;
}

