body {
   margin: 0;
   padding: 0;
} 

h1 {  
   margin: 15px 0 10px 0;
   font-family: Arial, sans-serif;
   font-size: 25px;
}

p {
  font-family: 'Trebuchet MS', sans-serif;
}

h3 {
   font-family: Arial, sans-serif;
   color:#3399CC;
}

li {
   font-family: Helvetica, sans-serif;
}

.style1 {
  font-family: 'Perpetua Titling MT';
  font-size: 300%;
  color: white;
}

.style2 {
  font-family: 'Perpetua Titling MT';
  font-size: 180%;
  color: #FFFFFF;
}

.style3 {
  font-family: 'Times New Roman';
  font-size: 110%;
  color: #FFFFFF;
}

.style4 {
  font-family: Helvetica;
  color: #FFFF99;
}

.style5 {
  font-family: Helvetica;
  text-decoration: none;
  bottom-border: 1px solid #FFFFFF;
}

.style6 {
  font-family: 'Perpetua Titling MT';
  font-size: 110%;
}  

.border {
  border: 1px solid #000000;
}