/*External Style Sheet*/
body
  {
   background:#66CCFF;
  }

h1,h2,h3,h4,h5,h6
  { 
   font-family:arial;
   color:#990033;
  }
p
  {
    font-family:arial;
  }
ol li
  {
   list-style-type:upper-roman;
   font-family:"Franklin Gothic Medium Cond",arial;
  }
ul li
  {
   list-style-type:square;
   font-family:arial;
  }
hr
  {
   color: #CC0033;
   height: 5px;
   width: 75%;
  }

