p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
p#titol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003333;
	}

A:ACTIVE, A:LINK, A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	text-decoration : none;
	cursor : se-resize;
	font-weight: bolder;
}

A:FOCUS, A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #CCCC99;
	text-decoration : none;
	background-color : transparent;
	font-weight: bolder;
}
A:ACTIVE#tx, A:LINK#tx, A:VISITED#tx {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	text-decoration : none;
	font-weight: bolder;
	cursor : se-resize;
	
}
A:FOCUS#tx, A:HOVER#tx, A:HOVER#tx {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #999999;
	background-color : transparent;
	font-weight: bolder;
}



