.s08               { font-size:  8pt; }
.s10               { font-size: 10pt; }
.s11               { font-size: 11pt; }
.s115              { font-size: 11.5pt; }
.s12               { font-size: 12pt; }
.s13               { font-size: 13pt; }
.s14               { font-size: 14pt; }
.s15               { font-size: 15pt; }
.s16               { font-size: 16pt; }
.s18               { font-size: 18pt; }
.s24               { font-size: 24pt; }

.black             { color: #000; }
.cyan              { color: #099; }
.gold              { color: #c60; }
.green             { color: #0c3; }
.red               { color: #900; }
.white             { color: #fff; }

a {
 font-size: 10pt;
 font-weight: bold;
 font-family: Helvetica, sans-serif;
 color: #00f;
 text-decoration: underline;
}

a:visited {
 font-size: 10pt;
 font-weight: bold;
 font-family: Helvetica, sans-serif;
 color: #00f;
 text-decoration: underline;
}


