body {
	padding: 1em;
	font-size: 1em;
	font-family: Verdana,Geneva,sans-serif;
	}


div {
	margin: 0 auto;
	}

img {
	margin-bottom: 0px;
	border: none;
	}

#container {
	width: 80%;
	margin-left:auto;
	margin-right: auto;
	}

a:link {
	text-decoration: underline;
	color: #2890AE;
	}

a:visited {
	text-decoration: underline;
	color: #ff0000;
	}

a:hover {
	text-decoration: none;
	color: #2890AE;
	}


 @media screen and (max-device-width: 480px) {
	#container {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		}
	p {
		line-height: 1.5em;
		margin-bottom:30px;
		font-size: 2em;
		}
	img {
		width: 100%;
	}
		}
