body *{
	/*font-family:'Source Sans Pro', sans-serif;*/
	outline:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Merriweather', serif;
}
img {
	/*max-width:100%;*/
}
a:hover, a:visited, a:focus {
	color:#338FF8;
	text-decoration:none;
}

a:active {
	color:#5BA8FF;
}

a:disabled {
	color:#CCCCCC;
}