body 
{
font-family:Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background: #FFFFFF;
text-align: center;
}

table
{
width: 30%; 
margin: 0 auto;
border:1px solid black;
}

p
{
font-size:12px;
color: #333333;
}

font, td, th
{
font-size:12px;
text-align:left;
border:1px solid black;
}

th
{
font-weight:bold;
}

h1
{
font-size:14px;
font-weight:bold;
color: #333333;
}

h2
{
font-size:12px;
font-weight:bold;
color: #333333;
}

a
{
color: #FF6600;
text-decoration:none;
font-weight:bold;
font-size:12px;
}


p a:hover
{
border-bottom:1px dashed black;
border-top:1px dashed black;
}

img
{
border:0px;
}


