<STYLE>

a:visited { color: green;
    font-family: "arial", serif }

SPAN.greentext { color: green;
                 font-family: "arial", serif }
DIV.greentext {color: green;
                 font-family: "arial", serif }
P.greentext { color: green ;
              font-family: "arial", serif }
a.greentext { color: green ;
              font-family: "arial", serif }
a:link.greentext { color: green;
                   font-family: "arial", serif }
a:visited.greentext { color: green;
                   font-family: "arial", serif }
a:hover.greentext { color: red;
                    font-family: "arial", serif }
										
SPAN.biggreentext { color: green;
                    font-size: 120%;
                    font-family: "arial", serif }
A.biggreentext { color: green;
                 font-size: 160%;
                 font-family: "arial", serif }
P.biggreentext { color: green ;
                 font-size: 120%;
								 font-family: "arial", serif }
								 
SPAN.smallgreentext { color: green;
                 font-size: 80%;
                 font-family: "arial", serif }
A.smallgreentext { color: green;
                   font-size: 80%;
                   font-family: "arial", serif }
P.smallgreentext { color: green ;
                   font-size: 80%;
                   font-family: "arial", serif }
							 
SPAN.greenbox { background-color: green;
                text-align: center }
P.greenbox { background-color: green;
             color: aqua;
             text-align: center;
  				 	 font-family: "arial", serif }
						 
SPAN.boldgreentext { color: green;
                     font-family: "arial", serif;
										 font-weight: "bold" }
</STYLE>