body {
 font-family: Arial,sans-serif;
 font-weight: bold;

 background: #D0DFF2;
 font-size : 12pt;
}

th {
  background: #b4c8f2;
}

h1 {
  text-align: center;
}

table {
 font-family: Arial,sans-serif;
 font-weight: bold;
 font-size: 12pt;
}

table.small {
        font-size: 7pt;
}

td.normal{
        font-size: 12pt;
}

TD.small {
        font-size: 7pt;
}
a {
 color: #006BF2;
  }

a:link {
 color: #006BF2;
}

a:visited {
 color: #006BF2;
}

ol {
  list-style-position: outside;
  margin-left: 7mm;
}

A:HOVER {
  text-decoration: none;
}
