@charset "utf-8";

* { margin: 0; padding: 0; }

html, body {height:100%;} 

body {

	margin:0;

	padding:0;

	background:#ddd;

	color:#666;

	text-align:center;

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	font-size: 12px;

	min-height:100%;

	font-weight: normal;

	}



p { margin-bottom: 10px; }

a {

	color: #999;

	text-decoration: none;

}

a:hover,

a:active,

a.active {

	color: #000;

}
