body {
  background-color:  #0099FF ;
  /*color: #6666CC ;*/ /* Censored the colors, due to popular vote */
  font-family: "DejaVu Sans", "Verdana", "Arial", sans-serif;
  font-size: 12pt;
  text-align: left;
}

/* Content */
#content .intro {
  background-color: #BFDFFF ;
  border: thin solid #3366CC;
  color: #6666CC;
  float: right;
}

#content {
  background-color: #CCFFCC;
  /*color: #3344BB ;*/
  border: thin solid #3366CC;
  text-indent: 0.5cm;
  max-width: 80em;
  margin: 1em 4em 1em 4em;
  padding: 1.5em ;
  text-align: justify;
}
#content a[href^="http"]:after {
  content: url(ext.png);
}
#content a:lang(fr):before {
  content: url(fr.png);
}
#content strong.note {
  background-color: #CCCCCC;
  border: medium solid #3366CC;
  color: #6666FF;
  font-size: 0.8em;
  font-weight: normal;
  float: right;
  text-align: center;
  width: 20%;
  margin: 2em ;
}

#content pre, #content samp
{ 
  text-indent: 0em;
  background-color: #FFFFCC;
  border: 1px solid #99CC99;
  border-top-style: none; 
  border-right-style: none; 
}

/* Hyperlinks */
a {
  background-color:transparent;
  color:#3366FF ;
  text-decoration: underline;
}
a:hover {
  color:#3366CC ;
}
a:visited {
  color:#336699 ;
}
a img {
  border: none;
}

/* Titles */
h1 {
  background-color: transparent;
  border: medium solid /* #3366CC */; /* Censored the colors, due to popular vote */
  /* color: #3366CC; */ /* Censored the colors, due to popular vote */
  font-size: 3em;
  font-weight: bold ;
  margin: 0em;
  padding: 0em;
  text-align: center;
  text-transform: uppercase ;
  border-radius: 1.4em;
  -khtml-border-radius: 1.4em;
  -moz-border-radius: 1.4em;
  -webkit-border-radius: 1.4em;
}
h2 { 
  font-size: 1.25em;
}

/* For non-css browsers */
.separator, hr {
  clear: both;
  display: none;
}

/* Misc visuals */
img.illustration { 
  float: right;
  margin: 2em;
}
img.ornament { 
  margin: 0em;
  padding: 0em;
}
p.ornament {
  text-align: center;
}
