
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(#fff,#ddd);
	font-family: Quicksand, Roboto, sans-serif;
}

a {
  text-decoration: none;
  color: #900;
}

a:hover {
  border-bottom: 1px solid #000;
  color: #000;
}

#main-wrapper {
	display: block;
	text-align: center;
}

.article-title h1 {
	font-weight: normal;
	margin-bottom: 0px;
	color: #900;
}

.article-title h2 {
	margin-top: 0px;
	font-size: 20px;
	color: #ccc;
	font-weight: normal;
	font-style: italic;
}

.article-body {
	text-align: justify;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Roboto, sans-serif;
}

.article-body li {
	list-style: none;
}
