/*
 * style sheet: Hany's Home Page
 * version: 2
 * Peter Hanecak
 */

body p, p a, body h1, body h2, body h3, body h4, body h5, body h6, body td, body th, ul, ol, div {
  font-family: Arial, Aplos, fotinos, Verdana, sans-serif;
}
code {
  font-family: Courier New, Courier;
}

body, body p, td, th {
  background: black;
  color: white;
}

a {
  font-weight: bold; 
  font-variant: normal;
  text-decoration: none;
}
a:link {
  color: rgb(24,157,224);
  /*color: rgb(9,169,249);*/
}
a:visited {
  color: rgb(16,141,204);
  /*color: rgb(24,157,224);*/
}
a:active {
  color: rgb(14,206,8);
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}
body h1 {
  font-size: 180%;
}
body h2 {
  font-size: 140%;
}
body h3 {
  font-size: 120%;
}
body h4 {
  font-size: 110%;
}
body h5 {
  font-size: 105%;
}
body h6 {
  font-size: 100%;
}

p.statement {
  text-align: center;
  font-size: 90%;
  border-top-width: 1px;
  border-color: white;
}
p.statement a {
  font-size: 90%;
}

p.content {
  text-align: center;
  font-size: 90%;
}
p.content a {
  font-size: 90%;
}

p.navi {
  text-align: right;
  font-size: 80%;
}
p.navi a {
  font-size: 80%;
}

p.list, div.list {
  margin-left: 2em;
}
p.list2, div.list {
  margin-left: 4em;
}

sup, sub {
  font-size: 60%;
}

div.gas {
  float: right;
  border: 5px solid black;
}

td.cc_notice {
  font-size: 60%;
}

/* so that right alligned text are not "glued" into div.gas */
p {
  margin-right: 1em;
}
