  * {
	font-family: Helvetica,sans-serif;
}

html {
	background: white;
}

body {
	width: 960px;
	max-width: 90%;
	
	margin: 0 auto;
	color: black;
}

a {
	text-decoration: none;
	color:white;
	padding-left: 30px;
	
}

a:hover {
	color: blue;
}

nav {
	text-align: center;
	padding: 20px;
	background: black;
}

h1 {
	text-align: center;
	font-size: 30px;
	
	border-style: solid;
	border-width: 5px;
	border-color: black;
	border-radius: 10px;
}

h2 {
	text-align: center;
	text-decoration: underline;
	font-size: 23px;
}

h3 {
	font-size: 20px;
}

article {
	box-sizing: border-box;
	
	margin-bottom: 30px;
}

p {
	box-sizing: border-box;
	text-indent: 1em;
	margin-bottom: 30px;
	
	float: left;
	padding: 10px;
	border-left: solid 5px black;
	
}

img.ico {
	height: 30px; width: auto;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 10px;
	height: auto; max-width: 960px;
}