

<head>
<style type="text/css">
body 
{
text-align: center;
}

h1,h2,h3
{
color:#ff99cb;
text-align:center;
font-family:"Cataneo BT";
}
p 
{
color: #ff99cb;
text-align:center;
font-family:"times new roman";
}
a
{
text-decoration:underline;
color:#ffffff;
}

div.container
{
width:900px;
border:4px solid #352c7b;
line-height:150%;
}
div.header,div.footer
{
width:900px;
padding:0.5em;
border:1px solid #352c7b;
color:#ff99cb;
background-color:#352c7b;
clear:left;
text-align:center;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
border-top:0;
position: float;
width:200px;
margin:0;
padding:0em;
background-color:#ffffff;
}
div.content
{
width:700px;
margin-left:200px;
border-top:6px solid #ff99cb;
padding:1em;
background-color:#352c7b;
}
table
{
color:#ff99cb;
font-family:"times new roman";
}

</style>
</head>

