/* CSS Document */
body {
	background-color: #000000; 
	position: relative;
	width: 864px;
	height: 864px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

A {
	color : cccccc;
}

A:VISITED {
	color : cccccc;
}

A:hover {
	text-decoration: underline;
	color : #cc9933;
}
