/**** Page Definitions (for light-background pages) *****************/

a:link         {            color: #449944;
                  text-decoration: none;
            		      font-weight: bold; }

a:active       {            color: white;
                  text-decoration: none;
		                  font-weight: bold; }

a:hover        {            color: yellow;
                  text-decoration: underline;
            		      font-weight: bold; }

a:visited      {            color: #227722;
                  text-decoration: none;
		                  font-weight: bold; }

/**** End ***********************************************************/
