html body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	color:						#000000;
	font-family:				"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:					70%;
	text-align: left;
	height: auto;
	min-height: 100%;
	}
/*---------------------------------
	elements
---------------------------------*/
a {
	color: #000000;
	text-decoration: none;
	}

a img { border: none; }

a:hover {
	color: #4C951F;
	text-decoration: none;
	}
a:hover b {
	color: #4C951F;
	text-decoration: none;
	}