body {
	color: #8FD887;
	background-color: #242424;
}
div#splash {
	width: 525px;
	margin-left: auto;
	margin-right: auto;
}
a {
	text-decoration: none;
}
a:visited {
  color: #369;
}
div#splash img {
	border: 1px solid #999;
}
div#linkage {
	width: 525px;
	display: block;
}
div#linkage img {
	border: none;
}
div#blue {
	display: inline;
	float: left;
	width: 20%;
	height: 50px;
	background-color: rgb(55, 155, 214);
}
div#green {
	display: inline;
	float: left;
	width: 20%;
	height: 50px;
	background-color: rgb(143, 216, 135);
}
div#pink {
	display: inline;
	float: left;
	width: 20%;
	height: 50px;
	background-color: rgb(255, 61, 107);
}
div#grey {
	display: inline;
	float: left;
	width: 20%;
	height: 50px;
	background-color: #3c3c3c;
}
div#yellow {
	display: inline;
	float: left;
	width: 20%;
	height: 50px;
	background-color: #FDF858;
}
div#name {
	width: 100%;
	color: #999;
	font: 36px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}