html {
	background-color: rgb(133,193,233);
}

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

.inline {
	display: inline-block;
}

.article {
	cursor: pointer;
	margin-left: 40px;
	margin-top: 30px;
	margin-right: 40px;
	padding: 2px 2px 2px 10px;
	background-color: rgb(130,224,170);
}

.article:hover {
	border-left: 5px solid red;
}

.searchBar {
	margin: auto;
	width: 500px;
}

