body { 
	padding:30px;
	height:100%;
	font-size: 18px;
}
.container {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}
a {
	color: #990000;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
	color: #990000;
}