/* CSS Document */

html, body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	margin-top: 50px;
	}
a {
	color: #BEB2B6;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
a:hover{
	color: #c3a8b4;
	}
div#global {
	width: 340px;
	background-position: top;
	text-align: left;
	background-color: #000000;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
