/*
 * Title:   Custom Style File
 * Author:  Musintec 

a {
  text-decoration: 
  color: inherit;
}

a:hover, a:focus {
	text-decoration: none;
	color: #000000;
}

a:focus {
  outline: none;
}
 */