/* Escribe aquí tu código CSS */

a { 
  font-weight: bold; 
}

strong.numeros {
	color:red;
  font-size:1.5em;
}

.widget-area .widget a.underline {
	text-decoration: underline;
  color:black;
}