
	body {
		align: center;
		width: 95%;
		max-width: 1100px;
		background: white;
		color: black;
		margin-left: auto;	
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 20px;
		text-align: center;
		font-size: small;
		font-family: 'Arimo', sans-serif;
		line-height: 175%;
	}




	img {
		max-width: 100%;
	}



@media all and (max-width: 400px) {

	.left-text {
		clear: both;
	}

}





	iframe {
		max-width: 100%;
	}


	hr {
		clear: both;
	}


	a {
		color: rgb(20%, 20%, 65%);
		text-decoration: none;
		padding: 5px;
		text-shadow: -1px 1px 1.5px #DEDEDE;
	}


	a:hover {
		padding: 5px;
		background-color: #EEEEEE;
	}


	
	#nav {
		margin: 5px 0px 5px 0px;
		font-size: medium;
		}


	

	#footer {
		padding: 0px;
		font: medium/1.25em  sans-serif;
		text-align: center;
		clear: all;
	}



	.left-text {
		text-align: left;
	}




