body {
	background-image: url(images/background.png);
	background-attachment: fixed;
	background-color: #002e91;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 24px;
	font-family: Arial;
	color: white;
	text-shadow: 2px 2px 5px black;
}

p {
	font-family: Tahoma, sans-serif;
	font-size: 20px;
	text-align: center;
}

h2 {
	font-family: Verdana;
	font-size: 32px;
	text-align: center;
}

h4 {
	font-size: 8px;
	text-align: center;
}

code {
	color: lime;
}
