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

/* Example change font-family ========================= */
/*
body {
	font-family: Tahoma, Geneva, sans-serif;
	}
*/

/* Example change font color  ========================= */
/*
body {
	color: green;
	}
	
#main-slogan {
	color: red;
	}
*/

