body {
	background-image: url("background.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-color: #ffffff;
	margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
	padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
	font-family: verdana, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 7pt;
	line-height: 1.5;
}

.content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
  background: white;
  /* padding: 0px; */
}

.attribution {
  position: fixed;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: end;
  font-size: 12px;
  color: #808080;
  margin: 10px 20px;
}

a:hover
 {color:#999999; }
a
 {text-decoration:none;	font-weight: bold;}

a.valid, a.valid:link, a.valid:visited, a.valid:active {
background: url('../valid1.png') no-repeat left center;
padding-left: 13px;
color: #999999;
text-decoration: none;
}
a.valid:hover {
background: url('../valid2.png') no-repeat left center;
padding-left: 13px;
color: #80c43d;
text-decoration: none;
}

li{
	font-weight: bold;
}

