				<!--dim classes     -->
.blue        { background-color: #CDF7FE; }  <!-- table background light blue -->
.grey        { background-color: #EBEBEB; }  <!-- table background grey -->
.norm        { font-family: Arial; font-size: 13; color: #000080; } 
.red         { font-family: Arial; color: #FF0000; font-size: 13; }
.red:first-letter { font-size: 150% }

<!--  copyright and vss  include page Arial 13 dark blue  -->
#rights  		 { text-align: Center; font-family: Arial; font-size: 8pt; }
#white    	    { font-family: Arial; font-size: 8pt; color: #EAEAEA; text-align: Left; }
.mitte   	    { text-align: Center; }

<!--first character 150% in all paragraphs; text justified   -->

p:first-letter { font-size: 150%; }
p           	 { text-align: Justify; color: #000080; font-size: 13; font-family: Arial; }

<!--vss links white/yellow on blue side -->

a.vss:link   { color: #FFFFFF; }
a.vss:visited { color: #FFFF00; }
a.vss:active { color: #FFFFFF; }

<!--copyright page links blue,purple/red -->

a.copyright:link { color: #0000FF;}
a.copyright:visited { color: #800080; }
a.copyright:active { color: #FF0000; }