/* The standard body-text font will be used everywhere unless otherwise specified */
body, p, ul, ol, li, td, a {
  font-family: veranda, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #003366;
}

h1 {
  color: #990000;
}

h2 {
  color: #CC9933;
}

body {
  margin-left: 0px;
  margin-top: 0px;
  background: #FFF0D0;
}

p {
  text-align: justify;
}

div.maintext {
  padding: 0.5em 1em 1em 1em;  /* top, right, bottom, left */
}

acronym {
  border-bottom: 2px dotted #a1b1c5;
  cursor: help;
}

.domain {
  font-family: veranda, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #C0C0C0;
  font-weight: normal;
}

.domain4sale {
  font-family: veranda, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #000080;
  font-weight: normal;
}
a.domain4sale         { text-decoration: none; }
a.domain4sale:active  { text-decoration: none; }
a.domain4sale:visited { text-decoration: none; }
a.domain4sale:hover   { text-decoration: underline; }

