/* override Bulma - used in page area in template.php */

a:link {
  color: #222222;
  text-decoration: none;
}
a:visited {
  color: #222222;
  text-decoration: none;
}
a:hover {
  color: #70884c ;
  text-decoration: none;
}
a:active {
  color: #222222;
  text-decoration: none;
}