body {
	background-color: #000000;
	color: #BEBEBE;
}

a {
	color: #FFFFFF
}

.text, .tagline, .xoreos {
	font-family: "Courier New",Courier,monospace;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.tagline a {
	color: #BEBEBE;
}

.blogcontent {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.xoreos {
	font-size: 20pt;
	display: inline-block;
	border: 1px dashed white;
	background-color: lightgrey;
	color: black;
	padding: 10px;
}

table, td {
	border: 0px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
