#main-header {

	text-align: center;
	color: #800000;
	padding-top: 10px;

}

.content-box {

	background-color: #333333;
	color:white;
	padding: 20px;
	border-radius: 5px;

}

ul {

	padding-left: 20px;

}

a {

	font-weight: bold;
	text-decoration: none;	

}

a:hover {

	text-decoration: underline;

}
