html {
  height: 100%;
}


img,table {
	border: none;
}



body, p {
	font-family:Lucida Grande,Lucida Sans Unicode,sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	color: #000;
	background: #ddd;
}

p {
	margin-top: 10px;
	background-color:white;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #339;
	outline: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}


