@charset "UTF-8";
/* CSS Document */
a.tooltip {
  color: #39f;
  text-decoration: none;
}

a.tooltip:hover {
	color: #39f;
  text-decoration: underline;
}

a.tooltip[title] {
  content: attr(title);
    
white-space:pre-line;
}
