/* CSS Document */
body
{
	font-family:		"Courier New", Courier, mono;
	font-size:			12px;
	text-align:			left;
	color:				#999999;
}
h1
{
	font-family:		"Courier New", Courier, mono;
	font-size:			16px;
	text-align:			center;
	color:				white;
}
a
{
	font-size:			13px;
	text-align:			left;
	color:				white;
	text-decoration:	none;
}

a:hover
{
	font-size:			13px;
	text-align:			left;
	color:				#999999;
	text-decoration:	none;
}

a:visited
{
	font-size:			13px;
	text-align:			left;
	color:				#999999;
	text-decoration:	none;
}
