body {
	padding:0;
	margin:0;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	background-color:#fff;
	font-size:11px;
	}
a:active {
  outline:none;
	}

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
:focus {
  -moz-outline-style:none;
	}

