A:LINK {
	color: #999999;
	text-decoration: none
}

A:VISITED {
	color: #999999;
	text-decoration: none
}
 
A:ACTIVE {
	color: #999999;
}
 
A:HOVER {
	color: #FF9A15;
	text-decoration:none
}

BODY {

	scrollbar-face-color: #E6E7EF;
	scrollbar-shadow-color: White;
	scrollbar-highlight-color: #E6E7EF;
	scrollbar-3dlight-color: #E6E7EF;
	scrollbar-darkshadow-color: White ;
	scrollbar-track-color: White;
	scrollbar-arrow-color: White;
	
	
	background-color : White;
	color : Black;
	text-align : justify;
	font-family : "Verdana, Arial, Helvetica, sans-serif";
}



P.presentacio:first-letter {
	font-weight : bold;
	font-size : larger;
	font-family : "MS Sans Serif", Geneva, sans-serif;
}

TD.opcio {
	color : #FF8040;
}

TABLE {
	border : 0px;
}

TABLE.cartellera {
	border : 0px;
	background-color: #800000;
}

TR.titol {
	background-color: White;
	font-size : larger;
	font-family : "Courier New", Courier, monospace;
}
TR.subtitol {
	background-color: White;

}

TR.final {
	background-color: White;
}

TR.cos {
	background-color: White;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

TR.cartellera {
	background-color: #000000;
}

TD.accio {
	text-align : right;
}

select {
	background-color :#800000;
	color : #FF8040;
}

P.titol {
	text-align : left;
	text-decoration : underline;
	font-weight : bold;
	font-size : x-large;
}

