/* CSS Document */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	overflow:hidden;
	cursor: move;
	cursor: -moz-grab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:15px;
	color: #FFF;
	text-decoration:none;
	background:url(../../maps/waves.gif) #1fb6ef repeat;
}

a {text-decoration:none;}

a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover {color: #000000;}
a:active {color: #FFFFFF;}

a.altLink:link {color: #000000;}
a.altLink:visited {color: #000000;}
a.altLink:hover {color: #000000;}
a.altLink:active {color: #000000;}

.hand {
	cursor: move;
	cursor: -moz-grab;
}

.grab {
	cursor: move;	
	cursor: -moz-grabbing;
}

.grid {
	position:absolute;
	width:601px;
	height:601px;
	z-index:0;
	margin:0px;
	padding:0px;
}
