body {
	text-align: left;
}
* {
	font-family: sans-serif;
}

h1, h2, h3, h4 {
	text-align: center;
}

a {
	color:blue;
	text-decoration:underline;
	cursor: pointer;
}

.articles{
	padding-left: 100px;
	padding-top: 10px;
}

.articleListing{
	text-align: left;
	text-decoration: none;
	font-size: 18px;
}
