/*
** stylesheets for ficsstat
**
** Copyright [2016-10-01] [Andreas Schwarz]
*/

body {
  background-color: #f0f0f0;
  color: #000000;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12pt;
}

div {
  background-color: #ffffff;
  padding: 10px;
  margin: 10px;
}

div.navigation {
  background-color: #020167;
  font-size: 8pt;
  font-weight: bold;
}

div.topic {
  text-align: center;
  font-size: 28pt;
  font-weight: bold;
}

div.info {
  text-align: center;
  font-size: 18pt;
}

div.about {
}

div.banner {
}

div.pinfo {
}

div.plist {
}

div.plist a.a1 {
  color: #020167;
  font-size: 16pt;
  font-weight: bold;
}

div.plist a.a2 {
  color: #121177;
  font-size: 14pt;
  font-weight: bold;
}

div.plist a.a3 {
  font-size: 12pt;
  color: #323197;
}

div.plist a.a4 {
  font-size: 10pt;
  color: #5251b7;
}

div.plist a.a5 {
  font-size: 8pt;
  color: #8281e7;
}

div.graph {
}

img {
  display: block;
  margin: 0 auto;
}

a {
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
}

a:hover {
  text-decoration: underline;
}

