/* Font weight values: lighter, normal (=400), bold(=700), bolder, or use:  100, 200, 300, 400, 500, 600, 700, 800, 900
   Font size values : xx-small x-small small medium large x-large xx-large 
a:link{color:red}
a:visited{color:blue}
a:focus{color: ;}
a:hover{color: ;}
a:active{color: ;}
 */

SPAN.wht1{ /* Welcome Page - The white links on the left, to info about MfM */
         font-family: ARIAL, GENEVA, HELVETICA, sans-serif;
         font-weight: 500;
          font-style: normal;
           font-size: 90%; /* */
               color: #FFFFFF;
         }
SPAN.wht2{ /* Welcome Page - technical link, smaller text than above */
         font-family: ARIAL, GENEVA, HELVETICA, sans-serif;
         font-weight: 400;
          font-style: normal;
           font-size: 80%; /* */
               color: #FFFFFF;
         }	 	 
/*Describe the hyper links
a:link{color:red; background:url(lighttex.jpg); font-family: ARIAL, GENEVA, HELVETICA, sans-serif; }
a:visited{color:blue; background:url(lighttex.jpg); font-family: ARIAL, GENEVA, HELVETICA, sans-serif; }
a:hover{color:green; background:url(lighttex.jpg); font-family: ARIAL, GENEVA, HELVETICA, sans-serif; }
a:active{color:brown; background:url(lighttex.jpg); font-family: ARIAL, GENEVA, HELVETICA, sans-serif; }*/

/* NOT YET IN USE


*/

