body
{
	background-color:black;
}
*
{
	font-family: "arial";
	color:white;
	font-size: 110%;
	text-shadow: 1px 1px red;
}
img
{
	display:block;	
	margin-left:auto;
	margin-right:auto;
}
p
{
	text-align: center;

}
span
{
	font-weight: bold;
	text-decoration: underline;
}
pre
{
	color: black;
}
h1
{
	text-transform: capitalize;
}
