BODY {
	color : Black;
	background-image : url(images/background.jpg);
	background-position : center;
	font-family : aerial;
	font-size : medium;
}

A {
	color : Black;
	text-decoration : none;
}

A:HOVER {
	color : #FF6347;
}

h1 {
	font-size : xx-large;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
}




