
body {
  margin: 0px 0px 0px 0px;
  font-family: Verdana, Arial, Helvetica, Homerton, sans-serif;
  font-size: 90%;
  line-height: 125%;
  color: black;
  background: #ffffff;
/*  background-position: top left;
  background-attachment: scroll;
  background-repeat: repeat;
  background-image: url("/images/image.jpeg"); */
}

a:link { color: #0000ff; background: transparent; border-bottom: 1px dotted #ffffff; text-decoration: none; outline: none; }

a:visited { color: #0000ff; background: transparent; border-bottom: 1px dotted #ffffff; text-decoration: none; outline: none; }

a:hover { color: #cc0000; background: transparent; border-bottom: 1px solid #ffffff; font-weight:normal; text-decoration: none; outline: none; }

.hidden-link { color: #000000; text-decoration: none; }

/* 24pt=200%, 18pt=150%, 14pt=120%, 12pt=100%, 10pt=80%, 8pt=60% where 12pt is 100% or medium in MSIE6 */

h1, h2, h3, h4, h5, h6 { color: #000000; background: transparent; margin-bottom: 4px; padding-bottom: 4px; margin-top: 4px; padding-top: 4px; color: #000000; }
h1, h2 { text-align: center }
h3, h4 { text-align: left }
h1 { font: bold 150% Verdana, Arial, Helvetica, Homerton, sans-serif }
h2 { font: bold 130% Verdana, Arial, Helvetica, Homerton, sans-serif }
h3 { font: bold 110% Verdana, Arial, Helvetica, Homerton, sans-serif }

p { color: #000000; font-family: serif; }
strong, b { font-weight: bold; }
em {font-style: italic; }
th, td { font-family: sans-serif; }
dt { font-size:larger; font-weight: bold; }
.redtext { color: #ff0000; }
.whitetext { color: #00ff00; }
.fixed-size { font-size: 10px !important; }
.smalltext { font-size: smaller; }
.largetext { font-size:larger; }
.largeboldtext { font-size:larger; font-weight: bold; }
.indent { margin: 1em }

p.copyright { font-size: small }
p.copyright small { font-size: small }

pre, code { font-family: monospace }

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  acronym {speak: normal;}
  abbr.initialism {speak: spell-out;}
  abbr.truncation {speak: normal;}
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

