/* CSS Document */



a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;

}

.liniapunt {
	border-bottom: thin dotted #000000;

}

.titol {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
}.descripcio {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.liniavert {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	color: #000000;
	background-color: #FFFF00;
}
