/*aquest es el css per a l'impresio*/
@media screen
{
p.test{font-size:100%} 
}
@media print
{
p.test{background-color: #FFFFFF; font-size:80%; color:#000000}
} 

/*aquest es el css per la taula principal i restants*/
#titol {background-color: #0000FF;
	color: #000000;
	background-image: url("logo3.bmp"); background-repeat: no-repeat; 		background-position: left;  
	text-align: right;
	font-size: 12pt;
	font-family: arial, serif;
	
}
#titol2 {text-align: center;
text-decoration: underline;
}

#menu {height: 400px ;
	background-color:#43C0FF;
	
	color: #000000;
}
#menu2 {background-color:#43C0FF;
	
	height: auto ;
	color: #000000;
}
#menu3 {background-color:#43C0FF;
	
	color: #000000;
}

#contingut {background-color:#DDDDDD;
	text-align: left;
	font-family: helvetica, serif;
	color: #000000;
	
}
#peu {height: auto;
background-color: #888888;
color: #000000;	
}
/*aquest es el css per a que els links no apareguin subrallats*/
a {text-decoration: none}
/*aquest es el css per els links*/
a:link {color: #000000}
a:visited {font-size: 100%; color: #FF0000}
a:hover {font-size: 110%; color: green}
a:active {color: #00FF00} 

/*aquest es el css per la taula de tematica*/

#taula {background-color: red;
	color: #000000;
	text-align: center;
	font-size: 12pt;
	font-family: arial, serif;
}
#taula2 {background-color: #D8B051;
	color: #000000;
	text-align: center;
	font-size: 12pt;
	font-family: arial, serif;
}
#taula3 {background-color: #FFF04E;
	color: #000000;
	text-align: center;
	font-size: 12pt;
	font-family: arial, serif;
}
#taula4 {background-color: #ACFF53;
	color: #000000;
	text-align: center;
	font-size: 12pt;
	font-family: arial, serif;
}
#taula5 {background-color: #9BE64B;
	color: #000000;
	text-align: center;
	font-size: 12pt;
	font-family: arial, serif;
}
