* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
	color: blue;
}

#page {
	width: 778px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
  width: 100%;
  text-align: center;
}

#content {
  margin-top: 20px;
  margin-bottom: 20px;
}

#content p.permaurl {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}

#content p.permaurl input {
  border: 1px solid black;
}

#content p.links {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

#footer {
  width: 100%;
  text-align: center;
  font-size: 10px;
}