/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Feb 02 2018 | 07:17:04 (pm)
/*
/******* Do not edit this file *******/

body {
		background: #f8f8f8;
		color: #878787; 
		font: 13.5px/1.9 "Open Sans", sans-serif;
	}

a { 
		color: #86929e; 
		font-weight: bold;
		text-decoration: none; 
		outline: 0;
	}
	
	a:hover, 
	a:focus {
	color: #606c78;
  text-decoration: underline;
	}