@charset "UTF-8";
/* CSS Document */

.menu-links:link {
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	color: #8b959c;
	text-decoration: none;
	line-height: 22px;	
	font-weight: 300;
}
.menu-links:visited {
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	color: #8b959c;	
	text-decoration: none;	
	line-height: 22px;	
	font-weight: 300;

	
}
.menu-links:hover {
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	color: #6e6e6e;	
	text-decoration: none;
	line-height: 22px;
	font-weight: 300;	
	
}
.menu-links:focus {
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	color: #8b959c;	
	text-decoration: none;
	line-height: 22px;
	font-weight: 300;

		
	
}
.menu-links:active {
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	color: #8b959c;	
	text-decoration: none;
	line-height: 22px;	
	font-weight: 300;
	
}
