@charset "utf-8";
/* Nothing major here */

/* I like black backgrounds */
body {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

.header {
	font-size: 5em;
}

.explain {
	font-weight: bold;
}

.linktext {
}

.link {
	color: #FF0000;
	text-decoration: underline;
	cursor: pointer;
}

.link:hover {
	color: #FF3333;
	text-decoration: none;
}
