/* External Style Sheet */
/* allegrodjservice.com */
body
  {
  background-color: #800000; /* Maroon */
 color: #800000;
 font-family: sans-serif;
  font-size: 8pt;
  }
A:hover {
text-decoration: none;
color:  #009999;
background: #B4D7BF;
font-size: 16px;
font-weight: bold;
}

h1
  {
  font-size: 16pt;
  text-align: center;
  font-family: sans-serif;
  }

h2
  {
  font-size: 12pt;
  text-align: center;
font-family: sans-serif;
  }
h3
  {
   font-size: 10pt;
  text-align: center;
font-family: sans-serif;
  }
h4
  {
   text-align: center;
   font-size: 8pt;
   font-family: sans-serif;
   font-weight: lighter;
  }

h6
  {
   text-align: center;
   font-size: 8pt;
   font-family: sans-serif;
   font-weight: lighter;
   border: medium double rgb(250,0,255);
  }

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: 8pt;
  list-style-type: lower-alpha;
 }


ul li
  {
  font-family: arial;
  font-size: 8pt;
  list-style-type: round;  
  }


