body {
	margin: 0px;
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-color: #000000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	letter-spacing: 8px;
	text-transform: capitalize;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration: overline;
}
