@charset "UTF-8";
body{font-size:22px;font-family: "Times New Roman", Times, serif;color:#4c4c4c;text-align: center;background: #fff;padding:0;margin:0;}
p{line-height: 26px}
a{color:#4c4c4c;text-decoration: none}
a:hover, a.active{text-decoration: underline}
h1{font-size:26px;}
h2{font-size:24px;}
h3{font-size:22px;}
img{width:auto;max-width:100%}
#content{width:100%;max-width:1400px;margin:40px auto 20px auto}
#content p{padding:0 20px}
#footer{width:100%;max-width:1400px;border-top:1px dashed #ccc;padding:15px 0;margin:0 auto}
#footer a{color:#4c4c4c}
@media(max-width:500px){
	body{font-size:16px;}
	h1{font-size:22px;}
	h2{font-size:20px;}
	h3{font-size:18px;}
	#footer a{font-size:16px;}
}