
body { 
  font-family: Verdana,Geneva,Arial,Helvetic,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  background: #FFF;
}

A:link    { color:#0000D0; text-decoration:none }
A:visited { color:#0000D0; text-decoration:none }
A:active  { color:#0000D0; text-decoration:none }
A:hover   { color:#0080FF; text-decoration:none }

h1 { 
  font-weight: bold;
  font-size: 22px;
  margin-top: 2px;
  margin-bottom: 16px;
}

h2 { 
  font-weight: bold;
  font-size: 20px;
  margin-top: 2px;
  margin-bottom: 10px;
}

h3 { 
  font-weight: bold;
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
}


span.tt {
  font-family: "Courier New",Courier,"Lucida Console",monospaced;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}

a.demo:link    { color: #F2F; }
a.demo:visited { color: #22F; }
a.demo:active  { color: #2F2; }
a.demo:hover   { color: #F22; font-size: 125%; font-weight: bold}

.important {
  font-size: 125%;
  font-weight: bold;
}

.imp {
  font-size: 110%;
  font-weight: bold;
  color: red;
  background-color: yellow;
}  
