body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color : #FFF;
  margin: 0.5em;
}

h1 {
  font-size : large; 
  color : #049;
}

h3 {
  font-size : medium; 
  color : #049;
}

h2 {
 font-size: medium; 
 font-style: italic;
 border-bottom: 1px solid black;
 letter-spacing: 0.2em;
}


td.ra { text-align:right; }
td.bra { text-align:right;font-weight:bold; }
td.la { text-align:left; }
td.bla { text-align:left;font-weight:bold; }
td.cn { text-align:center; }
td.bcn { text-align:center;font-weight:bold; }

th {
  background-color: #049; color : white;
}

