@media screen and (max-width: 478px) 	{
	h1 { font-size: 24pt; }
	h2 { font-size: 22pt; }
	h3 { font-size: 11pt; }
}
	
@media screen and (max-width: 740px) 	{
	h1 { font-size: 28pt; }
	h2 { font-size: 26pt; }
	h3 { font-size: 12.5pt; }
}

@media screen and (max-width: 480px) {

	h1 { font-size: 24pt; }
	h2 { font-size: 22pt; }
	h3 { font-size: 11pt; }
	img { max-width: 100%; height: auto; width: auto\9; /* ie8 */}
}
