/*
** www.w3c.org
** http://www.w3.org/TR/REC-CSS1
**
** Acceptable color names:
**  aqua, black, blue, fuchsia, gray, green, lime, maroon,
**  navy, olive, purple, red, silver, teal, white, and yellow
*/
body {
  font-size: 12pt;
  font-family: helvetica, serif;
  color: black;
  /* background-color: white; */
  background-image: url(../images/supernova6_mobile.jpg);
  background-repeat: no-repeat;
}

table.py {
  color: black;
  font-size: 10pt;
  border: none; /* solid thin black; */
}

td.py {
  padding: 2pt;
  border: solid thin black;
  text-align: left;
  vertical-align: top;
}

A:link    { color: black }  /* unvisited link */
A:visited { color: black }  /* visited links  */
A:active  { color: black }  /* active links   */

a.activeMenu {
  color: silver;
  font-style: oblique;
  font-size: 12pt;
}

a.inactiveMenu {
  color: black;
  font-style: normal;
  font-size: 12pt;
}

a.inTable {
  /* To keep colors of the links in the tables same as the text.
   * Currently there are no entry for the tables so tables are using body
   * definitions -> use the same body definitions here, too.
   * This may be a bit bad desing :-) */
  color: black;
  font-style: normal;
  font-size: 12pt;
}

p {
  color: black;
  font-style: normal;
  font-size: 12pt;
}

p.closure {
  color: black;
  font-style: italic;
  font-size: 12pt;
}

p.note {
  color: blue;
  font-style: italic;
  font-size: 8pt;
}

h1 {
  color: black;
  font-size: 16pt;
}

h2 {
  color: rgb(44,4,136);
  font-size: 14pt;
  font-weight: 500;
}

h3 {
  color: blue;
  font-size: 14pt;
}

h4 {
  color: blue;
  font-size: 12pt;
}

h5 {
  color: rgb(44,4,136);
  font-size: 12pt;
}

h6 {
  color: blue;
  font-size: 8pt;
}
