body      { background: white; }

h3.emph   { font-family: sans-serif;
	    font-size: 18pt;
	    background-color: #e0e0e0;
	    margin-top: 0.1ex;
	    margin-bottom: 0.5ex;
	  }

h1        { font-family: sans-serif;
	    font-size: 24pt; }
h2        { font-family: sans-serif;
	    font-size: 20pt;
	    margin-top: 0.1ex;
	    margin-bottom: 0.1ex;
            padding-top: 1px;
	  }
h3        { font-family: sans-serif;
	    font-size: 18pt;
	    margin-top: 0.1ex;
	    margin-bottom: 0.5ex;
	  }
h4        { font-family: sans-serif;
	    font-size: 16pt;
	    margin-top: 0.1ex;
	    margin-bottom: 0.5ex;
            padding-top: 0ex;
            padding-bottom: 0ex;
	  }
h5        { font-family: sans-serif;
	    font-size: 12pt;
	    margin-top: 0.1ex;
	    margin-bottom: 0ex;
            padding-top: 0ex;
            padding-bottom: 0ex;
	  }
h5.caption { color: #a1a1a1; }
h6        { font-family: sans-serif;
	    font-size: 10pt;
	  }

a:link    { text-decoration: none;
	  }

a:visited { text-decoration: none;
          }

a:hover   { color: red;
	    text-decoration: underline;
	  }
a:active  { 
	  }
a:focus   { 
	  }
a.caption { color: #a1a1a1;
	  }

ul.balls  { list-style-image: url("/images/dot.gif");
	    /* color: #00b; */
	    margin-top: 0px;
	    margin-bottom: 0px;
	  }

ul	  { margin-top: 0px;
	    margin-bottom: 0px;
	  }
