p.one
{
border-style: double;
border-color: #ffcc00;
font-family: arial;
color: black;
text-align: center;
font-size: 10pt;
font-weight: bold;
padding: 10px
} 

p.two
{
font-family: arial;
color: black;
text-align: left;
font-size: 10pt;
font-weight: bold;
padding: 10px
}

h1 
{
font-family: arial;
color: black;
text-align: center;
font-size: 20pt;
font-weight: bold;
}

h2 
{
font-family: arial;
color: black;
text-align: center;
font-size: 10pt;
font-weight: bold;
}
img.one 
{
float: left;
vertical-align: top;
padding: 10px;
}
img.two 
{
float: right;
vertical-align: top;
padding: 10px;
}
