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;
}

em em {
  font-weight: bold;
}

#content {
  background-color: #CCFFCC;
  /*color: #3344BB ;*/
  border: thin solid #3366CC;
  text-indent: 0.5cm;
  padding: 1.5em ;
  text-align: justify;
  /*  */
  width: 80%;
  min-width: 300px;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

#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, #content code
{ 
  text-indent: 0em;
  background-color: #FFFFCC;
  border: 1px solid #99CC99;
  border-top-style: none; 
  border-right-style: none; 
}

#content pre code
{
    border-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.5em;
  border-bottom: solid;
  min-width: 290px;
  width: 80%;
}

h2, h3 {
  font-variant: small-caps;
}

h3.long {
  border-bottom: dotted;
  min-width: 290px;
  width: 50%;
}

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

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

table {
  border: 1px black solid;
  border-collapse: collapse;
}

td, th {
  border: 1px black dashed;
  text: center;
}

