<!--

BODY {
  background-color: darkgreen;
  color: yellow;
  font-family: "JSL Ancient", "Times new roman";
  font-size: large;
}

TABLE {
  margin: 1cm 1.5cm 2cm 0.5cm;
  border-width: 1px;
  border-color: red;
}

TR.PASSED {
	background-color: #446644;
}

TR.REGIMENTAL {
	background-color: green;
}

TH.DEFAULT {
  font-size: x-large;
  text-align: left;
  width: 200;
}

TH.STRETCH {
  font-size: x-large;
  text-align: left;
}

TD.TEXT {
  text-align: justify;
  color: yellow;
  font-size: large;
}

TD.monument_text {
  text-align: center;
  color: yellow;
  font-size: large;
}

TD.IMAGE {
  text-align: center;
}

TD.TABLE {
  text-align: left;
  vertical-align: top;
}

TH.ADMIN
{
	font-size: x-large;
	color: white;
	background-color: #660000;
	text-align: center;
}
  
.ADMIN
{
	color: white;
	background-color: #660000;
	vertical-align: top;
	text-align: left;
}

P.SMALL_PRINT {
  text-align: justify;
  font-size: small;
}

P.HIGHLIGHT {
	background-color: green;
	font-size: small;
}

SUB_TITLE {
  font-family: "JSL Ancient", "Old English Text MT", "Times new roman";
  font-weight: bold;
  font-size: xx-large;
  color:yellow;
}

A {
  color: #33ff33
}

A.EXTERNAL {
  color: #8888ff; 
}

//-->
