a.menu:link { 
		font-size: 10pt;
		font-weight: bold;
         color: #ffffff;
         text-decoration: none;
         }

a.menu:visited { 
		font-size: 10pt;
		font-weight: bold;
         color: #ffffff;
         text-decoration: none;
         }

a.menu:hover { 
		font-size: 10pt;
		font-weight: bold;
         color: #ffffff;
         text-decoration: underline;
         }

a.menu:active { 
		font-size: 10pt;
		font-weight: bold;
         color: #ffffff;
         text-decoration: none;
         }
