H3     { 
         text-align: center; 
         font-size: 18; 
         font-weight: bold; 
         margin-top: 15pt; 
         margin-bottom: 15pt; 
         color: #660000; 
       }

a:link { 
         color: #880000;
         text-decoration: none;
       } 
a:visited 
       { 
         color: #909090;
         text-decoration: none;
       }
a:active 
       { 
         color: #990000; 
       }
a:hover 
       { 
         color: #FFFFFF; 
       }

body   { 
         background: #cccccc; 
         color: #000000; 
         font-family: Garamond, Courier New;
         font-size: 12pt;
		 text-align: center; 
		 
       }

.bold1 { 
         font-weight:bold; 
         color: #660000; 
       }

.sm1 { 
         color: #909090; 
       }


