/*
  Theme Name: 		Gutenix Child
  Theme URI: 		
  Description: 		Child Theme for the Gutenix
  Author: 			Gutenix
  Author URI: 		
  Version: 			1.0
  Template: 		gutenix
*/

/* Enter below your Customization CSS */
/* unvisited link */
a:link {
    text-decoration:none;
}

/* visited link */
a:visited {
    text-decoration:none;
}

/* mouse over link */
a:hover {
    text-decoration:none;
}

/* selected link */
a:active {
    text-decoration:none;
}