A {
	text-decoration: none;
	color: #FF6300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-align : center;
	font-size : 8pt;
}

/* paràmetres dels enllaços */
A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration : none;
	color : #FF6300;
}

/* paràmetres dels enllaços visitats */
A:Visited{
	color : #FF6300;
}

/* paràmetres dels enllaços actius */
A:Active{
	color : Red;
	font-weight : normal;
}

/*Quan passem el cursor del ratolí per sobre d'un link*/
A:Hover {
	text-decoration: underline;
	font-weight : normal;
	color : Red;
}

/* BODY: configura barres de desplaçament i altres paràmetres generals */
BODY{ 
   font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
   SCROLLBAR-FACE-COLOR: #FF6300; /* color general de la barra */
   SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF; /* trama del fons de la barra */
   SCROLLBAR-SHADOW-COLOR:#FFFFFF; /* color del borde de la barra */
   SCROLLBAR-ARROW-COLOR:#FFFFFF; /* color de les fletxes */
   SCROLLBAR-TRACK-COLOR:#666666; /* color de fons de la barra de desplaçament */
 }

/*Lletra normal del texte*/
.normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : White;
	line-height : normal;
	margin-left : 10px;
}

/* titol principal de pàgina */
.titoldepagina {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #FF6300;
	background : transparent;
	margin-left : 10px;
}

/* subtitol, després del titol principal */
.subtitol {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : normal;
	font-style : normal;
	color : #FF9C31;
	line-height : normal;
	margin-left : 10px;
}

/* subtitol, després del titol principal */
.copyright {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	color : White;
	line-height : normal;
	margin-left : 10px;
}

/*Lletra del cartell recordatori properes activitats*/
.cartell {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	text-align : left;
	line-height : normal;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-bottom : 1px solid Black;
	border-top : 1px solid Black;
	background-color : #FFFF9C;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
}

/*Logos de taula de les obres*/
.fotos {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	text-align : center;
	line-height : normal;
	border-left : 2px solid Black;
	border-right : 2px solid Black;
	border-bottom : 2px solid Black;
	border-top : 2px solid Black;
	background-color : #FF9C31;
}
LI {
	list-style-image : none;
	list-style-position : inside;
	list-style-type : square;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Green;
	font-size : 10pt;
}

HR{
	color : #AFAFAF;
	height : 1;
}

