How do I change the hover color of links?

To change the hover color of links, follow the code given below. 

html .tagalys-namespace a:hover, html #tagalys-namespace a:hover {
  color: #FF0000;
}