/* CSS Document */

/* ---------- BODY FORMAT ---------- */

body {
	margin: 0px;
	background-color: #01193d;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #a6def8;
}

/* ---------- LISTS AND BULLETED ITEMS ---------- */

ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

li {
	list-style-type: square;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ---------- OTHER ---------- */

img {
	border: 0;
}