body {
    font-family: Arial,sans-serif;
    }

h2 {
    text-align:center;
    font-weight: bold;
    margin-top: 2pt;
    margin-bottom: 2pt;
    }
h3 {
    padding-left: 3em;
    }
TD.selected {
  color: white;
  font-weight: bold;
  background: #3399FF;
  cursor: hand;
  }
TD.normal {
  color: black;
  font-weight: bold;
  background: #ccf0f0;
  }
TD.alreadyhere { 
  color: white;
  font-weight: bold;
  background: navy;
}
P.dscr {
 padding-left: 2em;
 text-indent: -1em;
}

P.reg {
 padding-left: 2em;
 text-indent: 1em;
 text-align: justify
}
P.pj {
 padding-left: 1em;
 text-align: justify
}


A.m {text-decoration: none}
A.m:link {color: navy}
A.m:visited {color: navy}
A.m:active {color: navy}
A.m:hover {color: white}
