

/*
 * default html tags styles for page
 */ 

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.bold {
  font-weight: bold;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.clear {
  clear: both;
}

