/* this body tag applies to absolutely everything*/
body         		{ font-family: Verdana }

/* this body tag applies to the contents part of the page */
.clsBody			{ background: #CCFFFF; color: #660066 }
table				{ color: #660066 }

.clsXXSmall  		{ font-size: xx-small }
.clsXSmall   		{ font-size: x-small }
.clsSmall    		{ font-size: small }

.clsLeftClub		{ font-size: x-small; text-align: right }

/* these are the html link colors */
a:active			{ color: #FF0000 }
a:link				{ color: #000000 }
a:visited			{ color: #666666 }

/* end */