.xx-small {  font-size: xx-small; }
.x-small { font-size: x-small; }
.small { font-size: small; }
.medium { font-size: medium; }
.large { font-size: large; }
.x-large { font-size: x-large; }
.xx-large {  font-size: xx-large; }

.eight {  font-size: 8px; }
.nine {  font-size: 9px; }
.ten {  font-size: 10px; }
.eleven {  font-size: 11px; }
.twelve {  font-size: 12px; }
.fourteen {  font-size: 14px; }
.sixteen {  font-size: 16px; }
.eighteen {  font-size: 18px; }
.twenty {  font-size: 20px; }
.twenty-two {  font-size: 22px; }
.twenty-four {  font-size: 24px; }
.twenty-six {  font-size: 26px; }
.twenty-eight {  font-size: 28px; }
.thirty-six {  font-size: 36px; }
.fourty-eight { font-size: 48px; }
.seventy-two { font-size: 72px; }

.black_text {  color: #000000; }
.white_text {  color: #FFFFFF; }

.black_link { color: #000000; }
a.black_link:active { color: #000000; }
a.black_link:hover { color: #000000; }
a.black_link:link { color: #000000; }
a.black_link:visited { color: #000000; }

.white_link { color: #FFFFFF; }
a.white_link:active { color: #FFFFFF; }
a.white_link:hover { color: #FFFFFF; }
a.white_link:link { color: #FFFFFF; }
a.white_link:visited { color: #FFFFFF; }

