body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1 {
	color: #078CAA;
}

h2 {
	color: #078CAA;
}

h3 {
	color: #078CAA;
}

.titol_article {
	font-family: Arial, Helvetica, sans-serif;
	color: #078CAA;
	font-variant: small-caps;
	font-size: 20px;
	font-weight: bold;
}

.cabecera {
	font-family: Arial, Helvetica, sans-serif;
	color: #078CAA;
	font-size: 15px;
	font-weight: bold;
}

.nom_autors {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #078CAA;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: red;
}

a:hover{
	color: red;
}

IMG:focus {
	outline: none;
}

.dates_comentari {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.comentari {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
}

.info {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}