/* lib/css/tools.css
*/
a,
a:link,
a:visited {
  font-style:normal;
  font-size:10px;
  text-decoration:none;
}

a:hover {
  font-style:normal;
  font-size:10px;
  text-decoration:underline;
}

a:active {
  font-style:normal;
  font-size:10px;
  font-weight:bold;
  text-decoration:underline;
}

.lay-buttons-tools a {
  font-size:10px;
  text-decoration:none;
}
