html, body { 
  margin-top: 0;
  padding-top: 0;
  /* background: #ffffcc; */
  background: white;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  margin: 0 20px;
  color: rgb(119, 119, 119);
}

#title {
  margin-top: 20px;
  text-align: center;
}

a:link, a:visited {
  text-decoration: none;
  color: dodgerblue;
}
a:hover, a:active {
  background-color: pink;
}

section { padding:6px;margin:6px;border:solid 1px silver;border-radius:16px;}

span.xsignet { font-family:Arial, sans-serif;font-size:3rem;color:red;}
span.xsignetmax { font-family:Arial, sans-serif;font-size:2rem;color:red;}

footer {
  margin-bottom: 0px;
  text-align: center;
}
