
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: white;
color: black;
}

h1,h2,h3,h4,h5,h6{
	font-family: Comic sans MS, Verdana, Arial, Helvetica, sans-serif;
}

a:active{
	color:red;
}

a:link{
	color:blue;
}

a:visited{
	color:rgb(182,44,211);
}
a:hover{
	color:red;
}

a.seccio{
	font-style:italic;
	font-weight: bold;
}

a.extern{
	background-color:rgb(230,230,230);
	color:blue; /* no sé si faig bé de posar això*/
	font-style:italic;
	font-weight:bold;
}
/*
a.extern:active{	color:pink;}

a.extern:hover{	color:pink;}

a.extern:link{color:cyan;}

a.extern:visited{ color: purple;

color:rgb(222,150,231);
}
*/ 


:active{
	color:red;
}

:link{
	color:blue;
}

:visited{
	color:rgb(182,44,211);
}
:hover{
	color:red;
}

a.sub{
font-weight:bold;
/*	font-style:italic;
	font-family: Verdana,Arial, sans-serif;
*/
	font-family: Comic sans MS, cursive, sans-serif;

}


tt{
	font-size:1em;
	font-weight: bold;
	color:green;
	font-family: monospace; 
}

p.navega{
	font-style:italic;
	font-size:90%;
	color: maroon;
}

p.nota{
	font-style:italic;
	font-size:90%;
}