/* Greenpeace China */

* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #f8f3f7;
}

body {
  font-family: Verdana, SimSun, Sans-Serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}

a {
  text-decoration: none;
  border: none;
}

a img {
  border: none;
}

ul {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

legend, label,
.hide,
.disabled,
#Breadcrumb,
.PageFooter .PageActions {
  display: none;
}