body {
	padding: 50px 10px 20px;
	text-align: center;
}

img {
	border-style: none;
}

div {
	border: none;
	margin: 25px auto;
	padding: 0px;
}

a#really {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color .25s ease-in;
	transition: color .25s ease-in;
}

a#really:hover {
	color: #FFFFFF;
}

h1 {
	font-family: 'Droid Sans';
	font-size: 56px;
	font-style: normal;
	color: #3D8BFF;
	text-align: center;
	text-shadow: 0px 0px 1px #0066FF;
}

h2 {
	font-family: 'Droid Sans';
	font-size: 40px;
	font-style: normal;
	color: #3D8BFF;
	text-align: center;
	text-shadow: 0px 0px 1px #0066FF;
}


h3 {
	font-family: 'Droid Sans';
	font-size: 32px;
	font-style: normal;
	color: #3D8BFF;
	text-align: center;
	text-shadow: 0px 0px 1px #0066FF;
}

/* Infobox */

div.infobox {
	background-color: #000000;
	border: none;
	max-width: 625px;
	padding: 24px;
	margin: 20px auto;
	text-align: left;
	box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

table, td, th {
	margin: auto;
	vertical-align: top;
}

p.attribute {
	font-family: 'Droid Sans';
	font-size: 18px;
	color: #FF6600;
	text-align: right;
	margin: 0px;
}

p.property {
	font-family: 'Droid Sans';
	font-size: 18px;
	color: #3DB1FF;
	text-align: left;
	margin: 0px;
}

@media screen {
	@font-face {
		font-family: 'Droid Sans';
		font-style: normal;
		font-weight: normal;
		src: local('Droid Sans'), local('DroidSans'), url('http://themes.googleusercontent.com/font?kit=rS9BT6-asrfjpkcV3DXf__esZW2xOQ-xsNqO47m55DA') format('truetype');
	}
}