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

html, body {
  color: #1c1;
  background-color: #000;
  font-size: 13pt;
  font-family: Helvetica, sans-serif;
}

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

a:link {
  color: #0cc;
}
a:visited {
  color: #0c8;
}
a:active, a:hover, a:focus {
  color: #c0c;
}

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

h1 {
/*  font-size: 1.5em; */
  font-size: 60px;
}
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;
}
