/* General, content-related settings */
a:hover { font-weight: bold }

body {
  background-image: url(Background.gif);
}

h2 { text-align: center }
h3 { font-size: 100% }

div.title { text-align: center }
.highlight { color: #E50066 }

.fun {
  text-align: center;
  color: #050066;
  font-size: 180%;
}

/* Tabelle Session Log */
.log th {
  text-align: center;
  background-color: #CCCCCC
}

.log td {
  vertical-align: top;
  margin-left: 0px;
  white-space: nowrap
}

#session-announce {
  text-align: center;
  text-decoration: underline;
  font-variant: small-caps;
}

/*
 * Settings for the "infrastructure" stuff
 */

/* Links with mini-icons */
a[href^="mailto:"] {
  background: transparent url('/img/aemail.gif') 0% 50% no-repeat;
  padding-left: 10px;
}

a[href^="http:"] {
  background: transparent url('/img/aoutside.gif') 0% 50% no-repeat;
  padding-left: 10px;
}

/* W3C compliance logo */
.w3ok {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
}

.w3ok a { /* No mini-icons for the W3C logo */
  background-image: none;
  padding: 0px;
}

.w3ok img { border: none }

/* Footer */
.footer {
  font-size: 80%;
  text-align: center;
}

.footer img { vertical-align: middle; }

.lastchange {
  text-align: right;
  font-size: 60%;
  color: #666666;
}
/* vim:set ts=8 sw=2 noet: */
