/* barvy */
.black {
  color: black !important;
}
.gold {
  color: gold !important;
}
.white {
  color: white !important;
}

/* dekorace */
.u {
  text-decoration: underline !important;
}

/* font-family */
.Tahoma {
  font-family: Tahoma;
}
.Trebuchet MS {
  font-family: 'Trebuchet MS';
}

/* velikosti */
.large {
  font-size: large;
}