body {
  background: #007360;
  margin: 0px;
  padding: 0px;

  scrollbar-face-color: #44948A;
  scrollbar-track-color: #44948A;
  scrollbar-highlight-color: #D0E7E1;
  scrollbar-3dlight-color: #9DBDB9;
  scrollbar-shadow-color: #005B4C;
  scrollbar-darkshadow-color: #004A3E;
  scrollbar-arrow-color: #E5FFE3; 
  
  font-family: "Times New Roman", Times, serif;
  color: #081508;
}

table {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 125%;
  padding: 0px;
  margin: 0px;
}

h1 { color: #00FFD5; font-size: 36px; margin: 20px; }
h3 { color: #00FFD5; font-size: 24px; margin: 10px; }
b  { color: #00FFD5; }
.big { font-size: 24px; }

hr { color: #00FFF0; height: 1px; }

.highlight { background: #D0E7E1; }
.light { background: #9DBDB9; }

.first { background: #007360; }
.second { background: #1B877D; }
.third { background: #44948A; }

.shadow { background: #005B4C; }
.darkshadow { background: #004A3E; }

p { margin: 0px; text-align: justify; }

/* ---- links ---- */
a:link, a:visited {
  color: #FFFEA0;
  text-decoration: underline;
}

a:hover {
  color: #FFFC03;
  text-decoration: underline;
}