
P.grande {
  font-family: sans-serif;
  font-size: 12pt;
  color: #009999;
}

P.pequeno {
  font-family: sans-serif;
  font-size: 8pt;
  color: #FFFFFF;
}

A.enlacegrande {
  text-decoration: none;
  font-family: "sans-serif";
  color: #009999;
}

A.enlacegrande:active {
  text-decoration: none;
  font-family: "sans-serif";
  color: #009999;
}

A.enlacegrande:hover {
  text-decoration: bold;
  font-family: "sans-serif";
  color: #FF3399;
}

A.enlacepeque {
  text-decoration: none;
  font-family: "sans-serif";
  color: #009999;
}

A.enlacepeque:active {
  text-decoration: none;
  font-family: "sans-serif";
  color: #009999;
}

A.enlacepeque:hover {
  text-decoration: bold;
  font-family: "sans-serif";
  color: #FF3399;
}