A:link {text-decoration:none; 
        color:blue;
         font-weight:bolder;

	}
A:active { text-decoration:none; 
           color:red;
         font-weight:bolder;

         } 
A:visited {text-decoration:none;
           color:blue; 
         font-weight:bolder;

	  } 
A:hover {text-decoration:none;
	 color:red; 
         font-weight:bolder;

	}



A.ghost:link {text-decoration:none; 
        color:white;
        font-weight:bolder;
        }
A.ghost:active { text-decoration:none; 
           color:red;
           font-weight:bolder;
         } 
A.ghost:visited {text-decoration:none;
           color:white; 
           font-weight:bolder;
          } 
A.ghost:hover {text-decoration:none;
	 color:red; 
         font-weight:bolder;
   	  }
