

	h1 {
		font-weight:500;
		font-size:32px;
		margin-top:0px;
		line-height:1.2em;
	}

	h2 {
		font-weight:400;
		font-size:26px;
		margin-top:0px;
		line-height:1.2em;
	}


	p {
		display:inline-block;
		margin:0px;
		padding:0px;
	}
	
	a {
		text-decoration:underline;
		color:inherit;
	}
	
	a:hover {
		text-decoration:underline;
	}
	
	ul {
		margin:0px;
		padding:16px;
	}
	
	.text-left {
		display:block;
		text-align:left;
	}
	
	.text-center {
		display:block;
		text-align:center;
	}
	
	.text-right {
		display:block;
		text-align:right;
	}
	
	/*** Mobile ***/
	

	@media only screen and (max-width: 760px) {
	
			h1 {
				font-weight:500;
				font-size:28px;
			}
		
			h2 {
				font-weight:400;
				font-size:20px;
			}
			
	}