
body {
	background-color:rgb(45,51,53);
	text-align:justify;
	width:650px;
	font-size: 12pt;
	color:rgb(212,216,208);
	font-family: monospace;
	margin:auto;
}

.textblock {
	margin-top: 25px;
	line-height: 1.4;
}

.textblock img {
	margin-right: 25px;
	float: left;
	width: 160px;
	height: 160px;
}

#header {
	margin-top: 75px;
	margin-bottom: 35px;
	text-align: center;
}

#sponsors {
	margin-top: 75px;
	line-height: 1;
	text-align: center;
}

#footer {
	margin-top: 75px;
	margin-bottom: 25px;
	line-height: 1;
	text-align: center;
}

a:link {
	color: rgb(197,161,0);
}

a:visited {
  color: rgb(178,147,240);
}
