body
{
background: #EFF8FF;
font-family: Arial;
font-size: 120%;
}

a:link
{
font-weight: bold;
text-decoration: none;
color: blue
}

a:visited
{
font-weight: bold;
text-decoration: none;
color: blue
}

a:hover
{
text-decoration: underline;
color: blue;
}

h1
{
font-size: 120%;
font-weight: bold;
color: #003F74;
text-align: center
}

h2
{
font-size: 120%;
font-weight: bold;
}

img
{
border: 0px
}

table
{
width: 100%;
font-family: Arial;
font-size: 100%;
border: 0px
}

td
{
}