[module="important"] {
  text-align: justify;
}
[module="important"] > div > b {
  color: #FF0000;
}
[module="important"] > div > a {
  position: absolute;
  color: #999;
  display: block;
  font-family: Arial, Helvetica, Droid Sans, Sans, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  right: 0px;
  bottom: 0px;
}
[module="important"] > div > span:hover {
  text-decoration: underline;
}
