/* Title div */

#title {
  text-align: center;
}

#title table  {
  margin-left: auto;
  margin-right: auto;
}

#title h1 {
  font-family: "Trebuchet MS","Luxi Sans",sans-serif;
  font-size: 2.5em;
  margin: 0;
  padding: 0;
}

#title p.version {
  font-size: 90%;
  color: #808080;
  padding-top: 0;
  margin-top: 0;
}

#title p.author {
  font-size: 90%;
  font-style: italic;
  display: none;
}


/* Copyright div */

#copyright {
  text-align: center;
  font-size: 70%;
  color: #808080;
  margin-top: 30px;
  border-top: solid 1px #909090;
}


/* Headings */
h1,h2,h3 {
  font-family: "Trebuchet MS","Luxi Sans",sans-serif;
}

h2,h3 {
  padding-top: 1.0em;
}


/* Links */
a {
  text-decoration: none;
  font-weight: bold;
  color: #224488;
}

a:hover {
  color: #3366dd;
  text-decoration: underline;
}


/* Link icons */

.linkicon {
  float: right;
  margin-left: 10px;
}

/* Special paragraph styles */

p.note {
  font-size: 90%;
  font-style: italic;
}


/* Images */

img {
  border: none 0;
}
