A {
  color: #0000FF;
  text-decoration: none;
}

P {
  font-size: small;
}

table {
  xborder: thin solid black;
}

TD {
  xborder: thin solid black;  
}

TD.projectheader {
  font-size: medium;
  font-weight: bold;
  color: white;
  background: blue;
  align-text: right;
}

TD.projectsubsection {
  width: 20%;
  font-weight: bold:
  align-text: right;
  vertical-align: top;
  background: #DDDDFF;
}

TD.team {
  font-size: medium;
  font-weight: bold;
  color: black;
  background: yellow;
}

