.bigTitle, .title, .smallTitle {
  font-family: georgia;
  font-variant: small-caps;
  letter-spacing: 1px;
}

.bigTitle {
  font-size: 28px;
}

.title {
  font-size: 22px;
}

.smallTitle {
  font-size: 14px;
}

.clExtraDarkGrey {
  color: #5B5858;
}

.clDarkGrey {
  color: #858585;
}

.clGrey {
  color: #C9C0C9;
}

.clLightGrey {
  color: #D9D0D9;
}

.clRed {
  color: #D93300;
}

.text, .textBold, .smallText, .btnText {
  font-family: Verdana;
  font-size: 8pt;
}

.smallCaps {
  font-variant: small-caps;
}

.smallText {
  font-size: 7pt;
}

.textBold {
  font-weight: bold;
}

.shadowedText {
  color: #202020;
}

a {
  text-decoration: none;
  cursor: hand;
}

