body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}

div#hw {
    border: 1px solid black;
    margin-top: 10pt;
    margin-left: auto;
    margin-bottom: 36pt;
    margin-right: auto;
    width: 700px;
    text-align: left;
    padding: 10px;
    padding-bottom: 20px;
    background: #fff;
    text-align: justify;
}

h1, h2, h3 {
    color: #314E6C;
    margin-top: 15pt;
    padding-top: 5pt;
    margin-bottom: -6pt;
}

h1 {
    font-size: 16px;
    background-color: #EEEEEE;
    padding: 5pt;
    margin-top: 15pt;
}

h2 {
    font-size: 14px;
    border-top: 1px solid #314E6C;
    border-color: #BBBBBB;
}

h3 {
    font-size: 10px;
    background-color: #EEEEEE;
    padding: 5pt;
    margin-top: 0pt;
}

strong {
    font-weight: bold;
    color: #333333;
}

code {
	font-size: 12 px;
	font-family: courier;
	color: green;
}

console {
	font-size: 12 px;
	font-family: courier;
	color: red;
}

.inset {
    margin-left: 20pt;
}

table {
    margin-top: 15px;
    margin-left: 20pt;
    width: 90%;
    border=0px none;
    cellpadding: 0;
    cellspacing: 0;
    text-align: justify;

}

td, th {
    font-size: 12px;
}

tr.alternate {
  background-color: #eee;
}

td.indent {
    padding-left: 10px;
}

td.left, th.left {
    text-align: left;
    width: 40%;
}

td.center, th.center {
    text-align: left;
    width: 30%;
}

td.right, th.right {
    text-align: right !important;
    width: 30%;
}

li.moreSpace {
  margin-bottom: 0.75em;
  width: 95%;
}