/* CSS Document */
body
{
	margin:0px;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	background-color: #1F1F1F;
	text-align:center
}

a
{
	color: #C6A268;
	text-decoration:underline;
}

a:hover
{
	color: #EBD2AB;
	text-decoration:none;
}

.cursor_hand
{
	cursor:pointer;
	}
