/* =================================== */
/*  Basic Style 
/* =================================== */
body 
{
	color: #666666;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.625em;
	position: relative;
}

a 
{
	color: #007bff;
	text-decoration: none;
}

a:hover 
{
	color: #999999;
	text-decoration: none;
}
