
#content h1, #content h2, #content h3 { text-align:left }

#content h1 {font-size:2.4em; word-break:break-word; }
#content h2 {font-size:2.2em; margin-top:30px }
#content h3 {font-size:1.5em; margin-top:20px }
#content p  {margin-top:10px }
#content a:hover { text-decoration:underline }

@media screen and (max-width:800px) {
	#content h1 {font-size:2.2em; }
	#content h2 {font-size:2.0em; }
}
@media screen and (max-width:660px) {
	#content h1 {font-size:2.0em; }
	#content h2 {font-size:1.8em; }
}
@media screen and (max-width:600px) {
	#content h1 {font-size:1.8em; }
	#content h2 {font-size:1.6em; }
	#content h3 {font-size:1.4em; }
}
@media screen and (max-width:600px) {
	#content h1 {font-size:1.6em; }
	#content h2 {font-size:1.4em; }
	#content h3 {font-size:1.2em; }
}