center, table, tr, td, h1, h2, h3, h4, h5, h6, b, i, p, ul, li, a, small, big {
  font-family: arial,sans-serif;
}
pre,tt,code {
  font-family: 'Courier New', monospace;
}

A, A:visited {
  color: #3366cc;
}

/* ------------- H e a d e r s ------------- */

h1, h2, h3, h4, h5, h6 {
  font-family:     Arial, Verdana, Geneva, sans-serif;
}

h1 {
  background:      transparent;
  color:           #3366cc;
}

h2 {
  border-top: solid 1px #0000ff;
  background: #ccccff;
  font-size: large;
  padding: 0.2ex; 
}

h3, h4, h5, h6 {
  font-style:      italic;
}


/* --------------  B o d y  -------------- */

body {
  font-family:     Arial, Verdana, Geneva, sans-serif;
  /* margin does not actually apply to position=absolute according to
     the CSS standard, but it seems to be required anyway. */
  margin:          0px;
  padding:         8px;
  background:      #ffffff;
  color:           #000000;
} 

/* ------- H e a d e r ------- */
.Header {
  border:          2px solid #1144aa;
  background:      #3366cc;  # braju dark blue
  color:           #000000;
  font-family:     Arial, Verdana, Geneva, sans-serif;
} 

/* -------------- F o o t e r -------------- */

.Footer {
  border:          none;
  border-top: 1px solid #666666;
  margin-top: 5ex;
  padding-top: 0.4ex;
  background:      #ffffff;
  color: #666666;
  font-family:     Arial, Verdana, Geneva, sans-serif;
  font-size:       x-small;
/*  margin-top:      2em; */
}

.Footer tr { 
  color: #666666;
  font-family:     Arial, Verdana, Geneva, sans-serif;
  font-size:       x-small;
}

.Footer tr td { 
  color:           #666666;
  font-family:     Arial, Verdana, Geneva, sans-serif;
  font-size:       x-small;
}

.Footer td { 
  color:           #666666;
  font-family:     Arial, Verdana, Geneva, sans-serif;
  font-size:       x-small;
}

a.Footer { 
  background:      transparent;
  color:           #666666;
  font-family:     Arial, Verdana, Geneva, sans-serif;
}

.Footer a:link { 
  background:      transparent;
  color:           #666666;
  font-family:     Arial, Verdana, Geneva, sans-serif;
}

.Footer a:visited { 
  background:      transparent;
  color:           #666666;
  font-family:     Arial, Verdana, Geneva, sans-serif;
}

.Footer a:active { 
  background:      transparent;
  color:           #666666;
  font-family:     Arial, Verdana, Geneva, sans-serif;
}
 
