BODY {
	background-color: white;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: normal;
}

TD.menu_link {
	color: white;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

A.menu_link:link, A.menu_link:visited, A.menu_link:active {
	background-color: #6699CC;
	color: white;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

A.menu_link:hover {
	background-color: white;
	color: #336699;
}

A.menu_link_selected {
	background-color: white;
	color: #336699;
	text-decoration: none
}

H3 {
  font-size: 150%;
  background-color: #6699CC;
	color: white;
  padding: 0.3em;
  border-top: 0.1em solid silver;
  border-bottom: 0.1em solid silver;
}

H5 {
	background-color: #6699CC;
	font-style: italic;
	font-size: 100%;
	color: white;
}

PRE.code {
	-background-color: yellow;
	-font-size: 70%;
	border: thin solid silver;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 2em;
}

CODE.Delphi {
	-font-style: italic;
}

XMP {
	text-align: left;
  display: inline;
  margin-left: 1em;
  font-size: 90%;
}

XMP.bold {
  font-weight: bolder;
}

