/* CSS for GhiaPet sites */
/* Dark version */

html, body {
  color: #23e;
  background-color: #000;
  font-size: 14pt;
  font-family: Helvetica, sans-serif;
}

body {
  margin-left: 10%;
/*  margin-top: 90px; */
  margin-right: 10%;
}

a:link {
  color: #f23;
}
h1 a:link {
  color: #abf;
}
a:visited {
  color: #d45;
}
h1 a:visited {
  color: #abf;
}
a:active, a:hover, a:focus {
  color: #f56;
}

/* h1, h2, h3, h4, h5, h6 {
  font-family: "Arial Black", Helvetica, sans-serif;
  font-weight: normal;
} */

h1 {
/*  font-size: 1.5em; */
  font-size: 2.5em;
  color: #abf;
}
h2 {
  font-size: 1.333em;
}
h3 {
  font-size: 1.1667em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.85em;
}
h6 {
  font-size: 0.75em;
}

table {
  border: solid 2px;
}
table thead, table th, table thead tr, table thead td {
  border: solid 2px;
}
table tr, table td {
  border: solid 1px;
}

ul {
  list-style-type: circle;
  list-style-position: inside;
}
ul.fancy {
  list-style-image: url("/GhiaPix_logo_20x20.png");
}

p {
  line-height: 150%;
}

@media handheld {
  body {
    margin-left: 5%;
    margin-right: 5%;
  }
  p {
    line-height: 150%;
  }
}
