/* CSS for GhiaPet business sites */

html, body {
  color: #fff;
  background-color: #000;
  font-size: 12pt;
  font-family: Arial, sans-serif;
}

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

a:link, :link {
  color: #8f8;
}
a:visited, :visited {
  color: #bfb;
}
/* a:active, a:hover, a:focus {
  color: #fbf;
} */

/* 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;
}
