body { background-color: #ffffff; color: #000000 ;
    font-family: Lucida Grande,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
 
a:link    { color: #000033}
a:visited { color: #003300}
a:active  { color: #990099}
 
tt, pre, code { font-family: "lucida console",courier,monospace }
 
dt { font-weight: bold; padding-top: 0.75em; padding-bottom: 0.5em; }
 
h1, h2, h3, h4 {
  font-style: italic; font-weight: bold; }
h1 { color: #003300; }
h2 { color: #003333; }
h3 { color: #003366; }
h4 { color: #003399; }

li { margin-bottom: 0.5em }

/* page /meetings/heretiques.html */
div.box {
  float: left;
  width: 45%;
  margin-right: 1em;
  margin-bottom: 2em;
}
h2.box { clear: both; }

/* perltidy's styles */
.c  { color: #228B22;} /* comment */
.cm { color: #000000;} /* comma */
.co { color: #000000;} /* colon */
.h  { color: #CD5555; font-weight:bold;} /* here-doc-target */
.hh { color: #CD5555; font-style:italic;} /* here-doc-text */
.i  { color: #00688B;} /* identifier */
.j  { color: #000000; font-weight:bold;} /* label */
.k  { color: #8B4513; font-weight:bold;} /* keyword */
.m  { color: #FF0000; font-weight:bold;} /* subroutine */
.n  { color: #B452CD;} /* numeric */
.p  { color: #000000;} /* paren */
.pd { color: #228B22; font-style:italic;} /* pod-text */
.pu { color: #000000;} /* punctuation */
.q  { color: #CD5555;} /* quote */
.s  { color: #000000;} /* structure */
.sc { color: #000000;} /* semicolon */
.v  { color: #B452CD;} /* v-string */
.w  { color: #000000;} /* bareword */

/* simulating, or trying to simulate, the wavy red undeline of spell-checkers */
.ortho { border-bottom: 2px dashed red }
