table    { display: table }
tr       { display: table-row }
thead    { display: table-header-group }
tbody    { display: table-row-group }
tfoot    { display: table-footer-group }
col      { display: table-column }
colgroup { display: table-column-group }
td, th   { display: table-cell }
caption  { display: table-caption }
body { color: black; background-color: white; margin-left: 5%; margin-right: 5%; font-family: Arial, sans-serif }
ul { list-style: square }
img { border: 0; text-align: center }
table { table-layout: auto; border-spacing: 0; padding: 0; border: 0 }
th { text-align: center; font-weight: bold; vertical-align: baseline }
td { vertical-align: middle }
fieldset {margin: 1em 1em }
legend {font-weight: bold }
a:link, a:active, a:visited { color: black }
div.navigationHeading { text-align: center }
div.siteFooter { text-align: center; margin-top: 1%; margin-bottom: 1% }
.columnHeading { font-weight: bolder; text-align: center }
p.medium { font-weight: normal; font-size: medium }
.supportLAMP { table-layout: auto; text-align: center; background-color: #ffffff}
.centered { text-align: center }
.verticalBox { vertical-align: top; font-size: smaller }
.source-listing { font-family: "Courier New", monospace; font-size: smaller }
a.highlight {
	color: #fff;
	background-color:#4870b6;
	font-size: 100%;
	font-weight: bold;
}
a.highlight:hover {
	background-color:#fff;
	color: #4870b6; /*#00f;*/
	font-size: 100%;
	font-weight: bold;
}
