@charset "utf-8";

body{
	background-color:#000000;
	color:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

div#Canvas{
	height:600px;
	width:900px;
	background-image:url(blueback.jpg);
	background-position:top left;
	margin:auto auto auto auto;
	border:10px solid #333333;
}

div#Footer{
	width:900px;
	margin:2px auto 0px auto;
	text-align:right;
}

div.Diamond{
	height:8px;
	width:8px;
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	cursor:pointer;
}

div.H{
	background-image:url(h.gif);
}

div.V{
	background-image:url(v.gif);
}

a:link, a:active, a:visited{
	color:#ffffff;
	font-weight:bold;
}

a:hover{
	color:#cccccc;
}