div {
font-family: Arial, Helvetica, sans-serif;
}

h1#heading
{
        color:rgb(128,128,128);
}

h1
	{margin-right:0cm;
	margin-left:0cm;
        color:rgb(128,128,128);
	font-size:xx-large;
	font-weight:bold;}
h2
	{margin-right:0cm;
	margin-left:0cm;
        color:rgb(128,128,128);
	font-size:x-large;
	font-weight:bold;}
h3
	{margin-right:0cm;
	margin-left:0cm;
        color:rgb(128,128,128);
	font-size:large;
	font-weight:bold;}

p
	{margin-right:0cm;
	margin-left:0cm;
        text-align: justify;
	font-size:1em;}

table {
  width:100%;
  border-collapse:collapse;
  border: 2px solid #b0ccff;
}

table th {
  background-color:#006a71;
  color:white;
  border: 2px solid #b0ccff;
}

table tr {
  background-color:#ffddff;
  color:#003c79;
  border: 2px solid #b0ccff;
}

table tr td:first-child {
  width:10%;
}

table tr th:first-child {
  width:10%;
}

td.command
{
  font-family: courier, monospace;
  font-weight: bold;
}

td
{
    font-size: 1vw; /* % viewport width */
    padding-right: 10px;
}

th
{
  font-size: 1vw; /* % viewport width */
}

dfn {
   font-weight: bold;
}

.transparent {
	-moz-opacity: 0.6;
	opacity: 0.6;
}

@media print
{
  p {
    font-size: 1.5em;
    line-height: 1;
  }
  p, h1, h2, h3 {
    font-family: times,serif;
  }
.noprint {
    display: none;
  }
}
