/* External Style Sheet */
/* allegrodjservice.com */
body
  {
  background-color: #009999; /* Blue */
color: #FFFFFF;
  margin-right: 3em;
  margin-left: 6em;
  }
A:hover {
text-decoration: none;
color:  #009999;
background: white;
font-size: 18px;
font-weight: bold;
}
h1, h2, h3, h4, h5, h6
  {  
  font-weight: bold;
  font-family: sans-serif;
    color: #FFFFFF; /*white*/
  }

table 
{
 color: #FFFFFF;
}

body
  
 { color: #FFFFFF;

}

h1
  {
  font-size: 16pt;
  text-align: center;
  font-family: sans-serif;
  }

h2
  {
  font-size: 12pt;
  text-align: center;
  }
h3
  {
   font-size: 10pt;
  text-align: center;
  }
h4
  {
   text-align: center;
   font-size: 8pt;
   font-family: sans-serif;
   font-weight: lighter;
  }

p, 
  {
  margin: 16;
  font-family: arial;
  font-size: 8pt;
  }

ol
  {
  font-family: serif;
  font-size: 10pt;
  list-style-type: arabic-numerals;
}

ol li li li
  {
  font-family: arial;
  font-size: 10pt;
  list-style-type: lower-alpha;



ul li
  {
  font-family: arial;
  font-size: 8pt;
  list-style-type: round;  

  }


hr {width: 90%;}

.footer
  {
  color: #000000; /* black */
  font-size: 8pt;
  font-family: aria;
  text-align: center;
  }