body {
	background-repeat: no-repeat;
	background-position: 200px 400px;
	background-size: 200px 200px;
	background-attachment: fixed;
	background-color: #fff;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	font-family: Roboto, sans-serif;
	margin: 10px;
	padding: 0;
}

.main {
	padding: 0;
	margin-left: 50px;
	margin-right: 10%;
	margin-top: 50px;
	/* width: 70%; */
	text-align: left;
}

a:link {
	/* font-size: 18px; */
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
    text-decoration: underline;

#outlinks ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

#outlinks ul li a {
	background-color: #ffffff;
	border: 1px solid #999999;
	color: #222222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;
}

#outlinks ul li:first-child a {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#outlinks ul li:last-child a {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

