html
	{
	height: 100%;
	background: rgb(122,123,125);
	background: linear-gradient(35deg, rgba(147,143,171,1) 0%, rgba(152,164,186,1) 39%, rgba(172,184,195,1) 100%);
	}
body
	{	
	color: #4C464A;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 50px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
.outerbox {
	padding: 0px;
	margin-top: 50px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
		background-color: #ffffff;
	border: 1px solid black;
	}
.header {
	margin-top: 15px;
	margin-left: 15px;
	}
.content {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	}

a	{
    color: #2753A4;
    text-decoration: none;
	}
a:hover	{
    text-decoration: underline;
	}
.sponsor {
	margin-top: 25px;
	border-top: 1px solid black;
	height: 100px;
	color: #777777;
	text-align: center;
}