@charset "utf-8";
/* CSS Document */
body{ 
	font-size: 16px;
}

.title{ 
	font-weight: bold; 
}

.footer{ 
font-size: 10px;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 280px) and (max-width : 480px) {
/* Header */
	.footer{
		 font-size: 10px;
	 }
}