  body {
       font-size: 10pt;
       font-family: arial;
       font-weight: normal;
       margin-top: 12pt;
       color: black;
  }
  H1 {
       font-size: 20pt;
       font-family: normal;
       font-style: normal;
       font-weight: bold;
       font-variant: normal;
       line-height: normal;
       color: blue;
  }
  H2 {
       font-size: 18pt;
       font-family: normal;
       font-style: normal;
       font-weight: bold;
       font-variant: normal;
       line-height: normal;
       color: blue;
  } 
  H3 {
       font-size: 16pt;
       font-family: palatino;
       font-style: normal;
       font-weight: normal;
       font-variant: normal;
       line-height: normal;
  }
  H4 {
       font-size: 15pt;
       font-family: palatino;
       font-style: italiac;
       font-weight: normal;
       font-variant: normal;
       line-height: normal;
  }
  H3.two {
       border: solid; 
       border-width: thin; 
       with: 80%
       font-size: 18pt;
       font-family: palatino;
       font-style: normal;
       font-weight: normal;
       font-variant: normal;
       line-height: normal;
  }

  BLOCKQUOTE { 
       margin: 1em 0em 1em 0em;
       font-style: italic;
       color: blue
  }

  LI { color: 191970;
       font-size: 12pt; 
       font-family: times;
       font-style: normal;
       font-weight: normal;
       font-variant: normal;
       line-height: normal; 
  }

  A:link { 
	text-decoration: none;
        font-size: 12pt; 
        font-family: arial;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        line-height: normal; 
  }

  A:visited { 
        font-size: 12pt; 
        font-family: arial;
        font-weight: bold;
	text-decoration: none;
	color: purple; 
  }	

  A:hover {
  	font-size: 12pt; 
        font-family: arial;
  	font-weight:bold; 
  	color: red;
  }
  
  A.small:link { 
	text-decoration: none;
        font-size: 8pt; 
        font-family: normal;
        font-style: normal;
        font-variant: normal;
        line-height: normal; 
  }

  A.small:visited { 
        font-size: 8pt; 
        font-family: normal;
	text-decoration: none;
	color: purple; 
  }	

  A.small:hover {
  	font-size: 8pt; 
  	font-weight: bold; 
  	color: red;
  }

  A.menu:link { 
	text-decoration: none;
        font-size: 10pt; 
        font-family: normal;
        font-style: normal;
        font-variant: normal;
        line-height: normal; 
  }

  A.menu:visited { 
        font-size: 10pt; 
        font-family: normal;
	text-decoration: none;
	color: purple; 
  }	

  A.menu:hover {
  	font-size: 10pt; 
  	font-weight: bold; 
  	color: red;
  }

  .subtitle {
        font-size: 8pt; 
  }
  
  
  .date-footer {
	color: black;
	font-weight: bold;
	font-size: 8pt; 
  }  

  .date-heading {
	color: blue;
	background-color: yellow;
	font-weight: bold;
  }  

  .title-heading {
	   color: blue;
       font-weight: bold;
  }
  
    .reverse { 
       font-size: 12pt; 
       font-family: tahoma;
       font-style: normal;
       font-weight: normal;
       font-variant: normal;
       line-height: normal; 
       color: white;
       background: blue;
       margin-top: 12pt
  }


  div.boxitall { border: solid; border-width: thin; width: 100% }
  
  HR {
  	color: "#00ccff" 
  	width: "50%"
  }

    font.title {
        font-size:: 12pt; 
        font-family: tahoma;
        font-style: normal;
		font-weight: normal; 
        font-variant: normal;
        line-height: normal; 
  }
