.titol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: blod;
	/* Color de la lletra del titol */
	color: #FF9900;
	/* Color de fons del titol */
	background-color:#1d3a58;
	text-align:center;
	margin-left:.5in;
}
.cos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/* Color de la lletra del cos */
	color: #ffffff;
	/* Color de fons del cos */
	/*background-color:#336699; */
	background-color:#000000; 
	text-align:justify;
	line-height: 17px;
}
.upleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/* Color de la lletra de la imatge */
	color: #ffffff;
	/* Color de fons de la imatge */
	background-color:#ffffff;
	text-align:justify;
	line-height: 17px;
}
.downleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/* Color de la lletra dels links */
	color: #ffffff;
	/* Color de fons dels links */
	background-color:#7ca8d3;
	text-align:justify;
	line-height: 17px;
}
A:active, A:link, A:visited{
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
}
A:hover{
	text-decoration: underline;
	color: #ffffff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	margin: 0px;
}