body {
	background-color: #000000;
}

h1, p {
	color: white;
}

a, a:link, a:hover {
	text-decoration: underline;
	color: white;
}

a:active {
	text-decoration: none;
	color: white;
}

button a, button a:link, button a:visited {
	text-decoration: none;
	color: black;
}

button a:active {
	text-decoration: underline;
	color: black;
}

.fb-comments-bg {
	background-color: white;
	border-radius: 5px;
}