/* CSS for GhiaPet sites */

html, body {
  color: #30bf30;
  background-color: #fff;
  font-size: 13pt;
  font-family: Helvetica, sans-serif;
}

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

a:link, :link {
  color: #408040;
}
a:visited, :visited {
  color: #30bf78;
}
a:active, a:hover, a:focus {
  color: #78bf30;
}

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

h1 {
  font-size: 2em;
/*  font-size: 48px; */
}
h2 {
  font-size: 1.44em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.8em;
}
h6 {
  font-size: 0.64em;
}

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

code {
  color: black;
}
