body
{
  background-color: gray;
}


h1 
{
  font-family: Microsoft Sans Serif;
  font-style: italic;
  color: white;
  text-align: center;
  background-color: red;
  font-size:16px;
}

h2 
{
  font-family: Arial;
  color: red;
  text-align: center;
  font-size:20px;
  font-weight:bold;
}

h3
{
  font-family: Arial;
  font-weight:bold;
  color: black;
  text-align: left;
}

h4
{
  font-family: Arial;
  text-align=right;
  color="white"
}


p
{
  color:black;
  font-family: Arial;
  font-size:16px;
}

li
{
  color:black;
  font-family: Arial;
  font-size:16px;
}

a
{
  text-decoration: underline; 
  color: white;
  font-weight:bold;
}

.footer
{
  text-align: center;
  background-color: red;
  font-size:10px;
}

.inner
{
  text-align: center;
  background-color: red;
  font-size:10px;
}


address 
{
   font-family: Arial;
   text-align: right;
   color: black; 
   font-size: 12px;
}

