a {
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
font-weight: bold; text-decoration: underline} 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	background-color: #026262;





}

.taula {
	border-top-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 4px;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;



}
.taula a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.taula a:hover {
	text-decoration: underline;
	color: #F6B602;
}
.taula a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
.taula a:active {
	color: #F6B602;
	text-decoration: underline;
}
