body {
	background-color: #002e00;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#centeredBox {
	width: 800px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -400px;
	color: #D5D5D5;	
	font-size: 20px;
	text-shadow: #000 1px 1px 2px;	
}

#centeredDiv {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #D5D5D5;	
	font-size: 20px;
	text-shadow: #000 1px 1px 2px;	
}

h1 {
	font-size: 68px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

h2 {
	font-size: 34px;
	font-weight: bold;
	color: #669900;
	text-align: center;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

a {
	color: #669900;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	text-decoration: underline;
}

img.centeredImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#domains {
	text-align: center;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
