body {
  font-family: Arial;
  font-size: 9pt;
}

td {
  font-family: Arial;
  font-size: 9pt;
}

.key {
  font-family: "Courier New";
  text-align: left;
  padding-left: 5pt;
  padding-right: 10pt;
}

img {
  margin: 10px;
}

.command-link {
  font-weight: bold;
}

img.small {
  margin: 0px;
}

.commandclass {
  text-decoration: underline;
  background-color: white;
}

.command {
  font-weight: bold;
  padding: 3px;
  border: 1px solid grey;
  text-align: center;
  vertical-align: center;
}

tr.header {
  border-top: 10pt;
}

th {
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

td {
	vertical-align: top;
}

tr {
	background-color: #f7f7f7;
}

table tr:first-child th {
    background-color: #dddddd;
}

h1 {
   text-align: left;
   font-size: 16pt;
}

h2 {
	font-size: 14pt;
	border-bottom: 1px solid;
	font-family: Tahoma;
}

h3 {
	font-size: 12pt;
}

dt {
  font-weight: bold;
}

pre {
  border: 1px solid #AAA;
  border-left: 5px solid #AAA; 
  background-color: #f7f7f7;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
