body {
/*  background-color: #FFFFFF;*/
  background-color: #eeeeee;
}

div.header {
  background-color: navy;
  color: white;
  border: 1px;
  boder-color: navy;
  border-style: solid none solid none;

}

div.content {
  background-color: #eeeeee;
}

/*
a:link {
  color: #00ffff;
}
a:visited {
  color: #009999;
}
a:active {
  color: #ff0000;
}
*/


/* http://www.cs.tut.fi/~jkorpela/html/bq.html modificado: */
blockquote { text-align : right; border : solid #696 0px; padding : 3px; 
   margin-left: 3em; margin-bottom:0.2em; margin-right: 0em;
   background: #eeeeee none; color: #000; }
.credit { text-align : right; page-break-before: avoid;
   font-family:Verdana,Arial,Helvetica,sans-serif; }
.credit small { font-size: 80%; } 
blockquote p { margin: 0; text-indent:1.5em; }
blockquote pre { margin: 0; }

