p,li,dt,dd {
  font-family: sans-serif;
  font-size: small; }

h1,h2,h3,h4 {
  font-family: sans-serif;
  color: #000099; }
  
h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: small; }

/* Use for code blocks */
pre {
  font-family: sans-serif;
  background-color: #E8FFFF;
  margin-right: 20px;
  margin-left: 20px;
  font-size: small;
  font-weight: normal; }

/* code and var are the same--looks too goofy otherwise */
/* Use for spreadsheet, rule and api functions and values of facts, variables and parameters*/
code {
  color: #660099;
  font-family: sans-serif;
  font-style: normal;
  font-size: normal;
  font-weight: bold; }

i {
  color: #000066;
  font-family: sans-serif;
  font-style: italic;
  }
  
/* Use for rule set, fact, variable and parameter names */
var {
  color: #660099;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold; }

em {
  font-style: normal;
  font-weight: bold; }

strong {
  font-style: italic;
  font-weight: normal; }

hr {
  color: #000099; }

/* Use for aside notes */
note {
  font-style: italic;
  font-weight: bold; }

img.top {vertical-align:text-top}
img.bottom {vertical-align:text-bottom}

.weak {  font-size: medium; font-style: italic; font-weight: normal}
.fine_print {  font-family: Arial, Helvetica, sans-serif; font-size: small; font-style: italic}
