/*
   Stylesheet for the ultima site.
   $Id: ultima.css 446 2006-06-11 11:45:28Z wwwwolf $
*/

body { 
  background: black;
  color: white;
}
a:link { color: cyan; }
a:active { color: red; }
a:visited { color: darkred; }

#endnav { 
  text-align: right;
  font-size: 80%;
}

#lastmodified { 
  text-align: right;
  font-size: 60%;
}

h1#maintitle { 
  text-align: center;
  background: #777;
  padding: 1em auto 1em auto;
  margin: 0.5em auto 0.5em auto;
}
span.subtitle { 
  font-size: smaller;
}

div#content { 
  background: #555;
  padding: 1em;
  max-width: 800px;
  margin: 1em auto 1em auto;
}

div#englishsummary { 
  font-style: italic;
}

div#englishsummary i { 
  font-style: normal;
}

div#centered-navigation { 
  text-align: center;
}

