body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
}

h1 {
	color: #000000;
	font-size: 100%;
	weight: bold;
}

h2 {
	color: #000000;
	font-size: 100%;
	weight: bold;
}

p em {
	decoration: none;
}

p , ul , ol {
	font-size: 80%;
}

.taulaDadess {
	font-size: 90%;
	background: #CCC;
}

.taulaDadess th {
	color: #FFF;
	weight: bold;
	background-color: #999;
}

.taulaLonjas {
	font-size: 70%;
	background: #F60;
}

.taulaLonjas th {
	color: #FFF;
	weight: bold;
}


