.small { font-size: 80% }
.extrasmall { font-size: 60% }
.bold { font-weight: bold }
.smallbold { font-size: 80%; font-weight: bold }
.white { color: #FFFFFF }
.whitesmall { color: #FFFFFF; font-size: 80% }
.whiteextrasmall { color: #FFFFFF; font-size: 60% }
.whitebold { color: #FFFFFF; font-weight: bold }
.blue { color: #0000FF }
.bluesmall { color: #0000FF; font-size: 80% }
.bluebold { color: #0000FF; font-weight: bold }
.bluesmallbold { color: #0000FF; font-size: 80%; font-weight: bold }
.gray { color: #999999 }
.graysmall { color: #999999; font-size: 80% }
.grayverysmall { color: #999999; font-size: 60% }
.graybold { color: #999999; font-weight: bold }
.graysmallbald { color: #999999; font-size: 80%; font-weight: bold }
a:link { color: #999999 } 
a:visited { color: #999999 } 
a {text-decoration:none }
