body {
	font-size: 0.88em;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: white; }

#section {
	max-width: 800px;
	margin: 20px auto;
	padding: 20px;
	background-color: white; }

h1 { 	
	color: #1E73BE;
	font-size: 2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px; }

h2 {
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px; }

h3 {
	color: #333333;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px; }
	
a:link, a:visited  	{color: #1e73be; text-decoration: none; }
a:hover, a:active	{color: #1e73be; text-decoration: none; }

img {
	margin: 11px auto 10px auto; }
	
</style>
