/*External Style Sheeet*/
BODY
  {
  background-image: url(sky.gif);
  }

H1, H2, H3, H4, H5, P
  {
  text-align: center;
  }

H1
  {
  font-weight: bold;
  font-family: cursive;
  font-size: 48pt;
  }

H2
  {
  font-weight: 400;
  font-family: sans-serif;
  font-size: 11pt;
  }

H3
  {
  font-weight: 400;
  font-family: sans;
  font-size: 34pt;
  }

H4
  {
  font-weight: 450;
  font-family: sans;
  font-size: 20pt;
  }

H5
  {
  font-weight: 450;
  font-family: sans-serif;
  font-size: 26pt;
  }

P
  {
  font-family: "Book Antiqua", serif;
  font-size: 18pt;
  }

UL LI
  {
  font-family: "Book Antiqua", serif;
  font-size: 16pt;
  list-style-type: circle;
  }

UL UL LI
{
 font-family: "Book Antiqua", serif;
 font-size: 10pt;
 list-style-type: square;
}

OL LI
  {
  font-family: "Book Antiqua", serif;
  font-size: 18pt;
  list-style-type: alpha;
  }
