/* ANCHOR */
a { font-weight:bold;
    color:midnightblue;
    text-decoration:none }
a:active { color:blue }

/* BODY */
body { background-color:#8fa9bc; /* steelblue; */
       font-family:Verdana,Helvetica,sans-serif;
       font-size:12px;
       font-weight:bold;
       color:yellow }

/* HORIZONTAL RULER */
hr { height:1px; color:black; width:80%; alignment:center }

/* IMAGE */
img { border-width:0px }

/* PARAGRAPH */
p { margin:0px 5px 0px 5px }

p.gross { font-size:1.3em }

@media print
{
  body { font-family:Arial,Helvetica,sans-serif;
         font-size:12px }
}


@media aural {
  a:link        { voice-family: harry, male }
  a:visited     { voice-family: harry, male; pitch-range:80 }
  a:active      { voice-family: betty, female; pitch-range:80; pitch:x-high }
}