body {
			padding: 20px;
		}
		body, ul li {
			font-family: 'Inria Sans Regular', arial, sans-serif;
			font-size: 1rem;
		}
		h1{
			color: #074a9d;
			font-size: 1.6rem;
			font-weight: 600;
			margin-top: 0;
		}
		h2{
			color: #074a9d;
			font-size: 1.3rem;
            margin-top: 15px;
		}
		h3 {
			color: #4596ec;
			font-size: 1.1rem;
		}
		h1, h2, h3 {
			font-family: "georgia", serif;
		}
		hr {
			height: 1px;
			border: none;
			border-top: 1px dashed #074a9d;
			width: 100%;
			margin: 50px 0 6px 0;
		}
		em {
			font-size: 1.1rem;
			line-height: 1.2;
		}
		p{
			padding: 0;
			line-height: 1.2;
			font-size: 1rem;
			margin: 20px 0;
		}
		p strong {
			font-weight: 600;
		}
		img {
			max-width: 100%;
		}
		a {
			color: #4596ec;
		}
		ul li {
			line-height: 1.2;
		}
		
		.center-align {
			text-align: center;
		}