a {
    color: #0000ff;
    text-decoration: none;
}
a:hover {
    color: #ff7f00;
}

body {
    background-color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

h1 {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 20pt;
}

h2  {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 40pt;
}

h3  {
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 20pt;
}

code, pre, xmp {
    font-family: courier new, courier;
    font-size: 10pt;
}

p, dl, dt, dd, ol, ul, li, table, th, td {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}
