/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: transparent;
	background: url(DividedCityLogo_Small_gif.gif) repeat;
	}

/* L I N K S */

a:link, a:visited {
	color: purple;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}

