body { 
  background-color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

A:link {
    color: #0000DF;
    text-decoration: none;
}

A:visited {
    color: #0000AF;
    text-decoration: none;
}

A:active {
    color: #0000DF;
    text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

/* Tables & standard texts */
p, td, li {
  font-size: 10pt;
  color: black;
}

/* Code examples */
pre, code {
   font-family:  Courier, Courier New, Monospace; 
   color: #000066;
   margin-top: .5em;
   margin-bottom: .5em; 
   padding: 4px 8px;
   cursor: text;
}


/* Chapters' captions */
h1 {
  font-size: 20pt;
  color: #006faf;
}

/* Small texts' captions */
h2 {
  font-size: 8pt;
  color: black;
}

/* Small captions */
h3 {
  font-size: 14pt;
  color: black;
}

/* Content's text */
h4 {
  font-size: 10pt;
  color: black;
}


/* Figure captions */
h5 {
  font-family: monospace;
  color: gray;
  font-size: 8pt;
}

.menucell {
	vertical-align: top;
   width: 400px;		
}

.contentcell {
   width: 100%;
   vertical-align: top;
}

.footercell {
   width: 100%;
	text-align: right;
	border-top: 1px solid #008fe0;
}

.table100 {
	width: 100%;
	border: 0pt;
}

.imgmiddle {
  vertical-align: middle;
  border: 0px;
 }

.noborder {
  border: 0px;	
}

.centeredwidth100 {
  width: 100%;
  text-align: center;;
}

.olla {
 list-style-type: lower-alpha;
}

.centeredp {
 text-align: center;
} 

.lttext {
 vertical-align: top;
 text-align: left;
}