BODY {
 font-family: Verdana, Arial, helvetica, sans-serif;
 color: black;
 background: white; 
 margin-top: 1em;
 margin-bottom: 1em;
 margin-left: 10%;
 margin-right: 5%;
}
P, DT, DL, UL, OL {
 font-family: Verdana, Arial, helvetica, sans-serif;
 margin-left:  0%;
 margin-right: 0%;
 text-indent: 0cm;
}
H1 { 
 font-weight: bold;
 font-size: 200%;
 margin-left: 0%;
 margin-right: 0%;
 color: #00bfff;
}
H2 { 
 font-weight: bold;
 font-size: 150%; 
 color: #00bfff; 
 margin-bottom: 0.5em;
}
H3 { 
 font-weight: bold;
 font-size: 120%; 
 color: #333333; 
 color: #00bfff;
 font-style: italic; 
 margin-bottom: 0.5em;
}
PRE {
  font-family: courier, monospace;
  white-space: pre;
}
PRE.matlab {
  font-family: courier, monospace;
  white-space: pre;
  color: black;
  color: 556b2f; /* darkolivegreen */
  background: #eeeeee; 
  background: #f5f5f5; 
}
CODE.matlab {
  color: 556b2f;
  background: white; 
}
DL {list-style: inside; }
OL.alpha {list-style-type: lower-alpha}
A {text-decoration: underline;}
A:link {color: #cc0000;}
A:visited {color: #cc0099;}
A:active {color: #ff3300;}
A:hover {color: #ff3300;}
