@charset "UTF-8";

div.content h2 { color: #3C3C3B; text-align: center; font-weight: 500; font-size: 25px; margin: 35px 0 35px 0; }
div.content h3 { color: #3C3C3B; text-align: left; font-weight: 500; font-size: 20px; margin: 15px 0 15px 0; }
div.content p { color: #3C3C3B; font-weight: 300; font-size: 15px; text-align: justify; }

div.content ul li { color: #3C3C3B; font-weight: 300; font-size: 15px; text-align: justify; }
div.content ol li { color: #3C3C3B; font-weight: 300; font-size: 15px; text-align: justify; }

@media only screen and (min-width: 1010px) {
	div.content { width: 990px; margin: 0 auto; }	
}

@media only screen and (max-width: 1009px) {
	div.content { margin: 0 10px; }
	div.content h2 { font-size: 20px; line-height: 25px; margin: 22px 0 22px 0; }
}