a:link		{ color: #626242; text-decoration: none; }
a:visited	{ color: #626242; text-decoration: none; }
a:hover		{ color: #A2A242; text-decoration: none; }

body
{
	color:				#626242;
	background-color:	#080808;
	margin:				0;
	padding:			0;
	font-family:		Georgia, 'Times New Roman', serif;
	font-size:			12px;
	background-image:	url("starfield.jpg");
	background-repeat:	repeat;
	text-align:			center;
}

.page
{
	margin:				0 auto;
	width:				624px;
}

.photo
{
	background-color:	#0F0F0F;
	padding:			12px;
	margin:				0px;
	text-align:			center;
}

.title
{
	font-family:		cursive;
	font-size:			large;
	font-weight:		strong;
	margin:				24px;
	letter-spacing:		0.1em;
}

.description
{
	font-style:			italic;
	margin:				0;
	letter-spacing:		0.2em;
}

.next
{
	font-weight:		strong;
	text-align:			right;
}
