.BODY1 {
	background-image : url(imatges/fondo1.gif);
	background-position : right;
	background-repeat : no-repeat;
}

.hd {
	text-align : center;
	font-size : 80px;
	color : White;
	font-weight : bolder;
}

.hd3 {
	text-align: center;
	font-size: 60px;
	color: White;
	font-weight: bolder;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.td1 {
	text-align : center;
	font-size : 60px;
	font-weight : bolder;
	color : Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.td2 {
	text-align : center;
	font-size : 40px;
	font-weight : bolder;
	color : Yellow;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.table {
	background-image : url(fondo2.gif);
	background-repeat : no-repeat;
	background-position : center;
}

.TABLE1 {
	border : thin solid Blue;
	color : White;
	text-align : center;
}
.lletra {
	font-size : 15;
	color : White;
	font-weight : bold;
}
.lletratitul {
	font-size : 25;
	color : White;
	font-weight : bold;
}
.lletra1 {
	font-size : 15;
	color : Black;
	font-weight : bold;
}


A:ACTIVE, A:LINK, A:VISITED {
	text-decoration: none;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
}

A:HOVER {
	color: Red;
	font-size: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.lletra2{
	font-size : 15;
	color : Black;
	font-weight : bold;
	text-decoration : none;
	text-transform : none;
	text-overflow : ellipsis;
}