@media screen {
  body {
    background: #333;
    color: #0ff;
    font-family: "Didot", "Georgia", "Futura", "Hoefler Text", "Times", serif;
    text-align: center;
  }


  h1 {
    text-align: center;
    margin: 1.3em 0 0 0 ;
    padding: 0;
    text-shadow: 0 0 .1em #0ff;
  }
  .domdot { 
    vertical-align: middle;
    font-size: .2em;
  }
  /* .domdiff { font-style: italic; } -- overkill */
  .subtitle {
      text-align: center;
      font-style: italic;
      text-shadow: 0 0 .7em #0ff;
      margin: -1em 0 9em 0;
  }
	  
  a:link, a:visited, a:active { 
    text-decoration: underline;
  }
  a:link, a:active { 
    background: inherit;
    color: inherit;
  }
  a:visited { 
    background: #333;
    color: #0cc;
  }
}

@media (max-device-width: 30em) {
  /* CSS3 Media Query; make it less likely to not fit on small screens.
     Unfortunately, there's no way to say "apply this rule for this MQ condition AND
     non-MQ-supporting browsers", so I have to override instead. */
  .subtitle {
    margin-top: 0;
  }
}

.upLinkList {
  display: block;
  max-width: none;
  margin: 0;
  border: none;
  padding: 0;
  text-align: center;
}
.upLinkList > li {
  display: inline;
  margin: 0 1em;
}

