/* Cascading Style Sheet */
.big { font-size: 36px; line-height: 48px }
.large { font-size: 14px; line-height: 18px }
.larger { font-size: 18px; line-height: 24px }
.largest { font-size: 24px; line-height: 32px }
.normal { font-size: 12px; line-height: 16px }
.small { font-size: 10px; line-height: 13px }
.smaller { font-size: 9px; line-height: 12px }

a:link { color: #9c0038; text-decoration: none }
a:visited { color: #333333; text-decoration: none }
a:hover { color: #f76393; text-decoration: none }
a:active { color: #333333; text-decoration: none }
