a {
  color: #005B80;
  text-decoration: underline;
}
a:hover {
  color: #FF9000;
  text-decoration: underline;
}

.text_small {
  font-size: 10px;
}
.text_small_justify {
  font-size: 10px;
  text-align: justify;
}
.text_big {
  font-size: 14px;
}
.text_huge {
  font-size: 18px;
}
.text_justify {
  text-align: justify;
}
.texts_line_through {
  text-decoration: line-through;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
