body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #bd986a;
}
p {
	color: #bd986a;
	font: italic 16px "Times New Roman", Times, serif;
}
h1 {
	font: italic 24px "Times New Roman", Times, serif;
	text-align:center;
	}
h2 {
	font: italic 20px "Times New Roman", Times, serif;
	text-align:center;
	}	
a:link {
	color: #bd986a;
}
a:visited {
	color: #bd986a;
}
a:active {
	color: #bd986a;
}
