
/* default rules for the whole document */
body {
    font-size: 9pt;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: white;
    background-color: black;
    line-height: 1.2em;
    text-align:center;
   }

img {
    border: 0;
    }

/* anchors */
a[href] {
    font-size: 95%;
    font-weight: bold;
    color: #ff6600;
    background-color: black;
    font-family: Arial, sans-serif;
   }
a:link {color:#ff6600;text-decoration:none}    /* unvisited link */
a:visited {color:#ff6600;text-decoration:none} /* visited link */
a:hover {color:white;text-decoration:underline}   /* mouse over link */
a:active {color:white;text-decoration:underline}  /* selected link */

/* paragraphs */
p  {
    text-align: left;
   }
tr {
    vertical-align: top;
}

/* headings */
h1 {
   font-size: 280%;
    line-height: 100%;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    color: white;
    background-color: black;
    text-align: center;
    font-family: Arial, sans-serif;
   }
h2 {
    color: #FF6600;
    font-size: 150%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
   }
h3 {
    font-size: 130%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: 1.3em;
    margin-bottom: 1.1em;
   }
h4 {
    font-size: 110%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
   }
h5 {
    font-size: 80%;
    font-weight: bold;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;

   }
h6 {
    font-size: 100%;
    font-weight: bold;
    color: white;
    background-color: black;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
   }

/* divisions */
div {
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0em;
   }

/* lists */
ul, ol {
    padding: 0 0 0 3em;
    margin-top: 1em;
    margin-bottom: 1em;
   }
ul ul, ol ol, ul ol, ol ul {
    margin-top: 1em;
    margin-bottom: 1em;
   }
li {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
   }
li p {
    margin-top: 1em;
    margin-bottom: 1em;
   }
dl {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
   }
dl dl {
    margin-top: 0em;
    margin-bottom: 0em;
   }
dt {
    padding: 0;
    font-weight: bold;
    margin-top: .3em;
    margin-bottom: .3em;
   }
dd {
    padding: 0;
    margin-top: .3em;
    margin-left: 3em;
    margin-bottom: .3em;
   }
dl p {
    margin-top: .3em;
    margin-bottom: .3em;
   }

/* inline */
strong {
    font-weight: bold;
   }
em {
    font-style: italic;
   }
code {
    font-family: Courier New, Courier, monospace;
   }
ins {
    background-color: yellow;
    text-decoration: underline;
   }
del {
    text-decoration: line-through;
   }


/* end */