p {
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 16pt;
	color: #333;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 32pt;
	color: #0077FF;
	text-align:center;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24pt;
	color: #0077FF;
	text-align:center;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18pt;
}
body {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14pt;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 14pt;
	color: #333;
	margin-left: 12px;
	text-align:justify;
}

@media only screen and (max-width: 820px) {
  body {
    	margin-left:10px;
		margin-right:10px;
  }
}

@media only screen and (max-width: 420px) {
  h1 {
    	font-size:28px;
  }
}