*
{
	font-family: "Courier New", "Arial Black", Arial, serif;
}

body
{
	background-image: url("background.jpg");
	background-attachment: fixed;
	color: white;
}

h1
{
	text-align:center;
	font-size: 2.4em;
	color: red;
	text-decoration: underline;
}

img
{
	border:3px solid black;
	margin:0 auto;
	padding: 5px;
	position: relative;
	display: block;
}

em
{
	text-decoration: underline;
	font-size: 1.5em;
	color: lime;
	font-weight: bold;
}

mark
{
	text-decoration:underline;
	color:black;
	font-style: italic;
	text-decoration: none;
	font-weight: bolder;
}