<style>
<!--
  body {
    color:              #000000;
    background-color:   #ffffff;
    font-family:        Times New Roman, Times;
    font-size:          14px;
  }

  h1, h2, h3, h4 {
    color:              #333366;
    font-family:        Times New Roman, Times;
    font-weight:        bold;
    margin:             0;
  }

  h1 {
    font-size:          28px;
    letter-spacing:     8px;
  }

  h2 {
    font-size:          23px;
    letter-spacing:     4px;
    margin-bottom:	.5em;
    text-decoration:	underline;
  } 

  h3 {
    font-size:          18px;
    margin-top:         .5em;
  }

  h4 {
    font-size:          12px;
  }

  p, td {
    font-family:        Times New Roman, Times;
    font-size:          16px;
  }

  p {
    margin:             0;
    margin-top:         .7em;
    margin-bottom:      .7em;
    line-height: 1.3em;
  }

 p.footer {
    text-align:	right;
 }

 p.title {
    color: white;
    line-height: 1.05em;
 }

 p.body {
    line-height: 1.1em;
    font-size: 15px;
}

  code, pre {
    font-family:        Lucida Console, Courier New;
    font-size:          11px;
  }

  ol, ul {
    margin:             0;
    margin-left:        24px;
    margin-bottom: 1em;
    line-height:	1.3em;
  }

  ol li {
	  margin-left:        24px;
    margin-bottom: 1em;s
  }

  ul li {
    list-style-type:		dot;
    line-height:	1.5em;
  }

  form {
    margin:             0;
  }

  input, select {
    font-family:        Times New Roman, Times;
    font-size:          11px;
  }

  textarea {
    font-family:        Lucida Console, Courier New;
    font-size:          11px;
  }

  a:link       { color: #333366; text-decoration: none }
  a:visited    { color: #333366; text-decoration: none }
  a:active     { color: #333366; text-decoration: none }
  a:hover      { color: #333366; text-decoration: underline }

  .content {
    background-color:   #eeeeff;
    padding:            3px;
    border-style:       solid;
    border-color:       #666699;
    border-width:       1px;
  }

.header {
   border-style:	solid;
   border-color:	#000000;
   border-width:	1px;
}

.question {
        text-align: left;
        font-size: 13pt;
        color: #300040;
        font-style: ;
        line-height: 1.1em;
  
}

.answer {
        text-align: left;
        font-size: 12pt;
        color: #202000;
         line-height: 1.4em;
          }

.darker {
	background-color: #C0C0D0;
	color:	#000000;
	}

.border {
	text-align: center;
	border-width: 1;
	border-color: #000000;
	border-style: solid;
	}

-->
</style>

