h2
{ 
  text:align center;
  font-weight: bold;
}
body
{ 
  background:aliceblue;
  background-image:url(assets/logo3.gif);
  background-repeat:no-repeat; 
  background-attachment:fixed;
  background-position:50% 55px;
  color: black;
  font: 16px arial, sans-serif;
  border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
}
p
{
    font-family: arial,sans-serif;
    font-size: 16px;
    text-indent: 10px;
}
a
{
    color: #000080;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
}
a:active
{
    color: #00ced1;
    text-decoration: none;
    font-weight: bold;
}
li
{
    font-family: arial;
    font-size: 16px;
}
table
{
    background-color: none;
    color:black;
    width: 100%;
    border-width: 0px;
    vertical-align: top;
    font: 16px arial, sans-serif;
    border: 0px;
}
td
{
    vertical-align: top;
    text-align:left;
    height:10px;
    border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
}
img
{
    border-width: 0px;
    align: top;
    border: 0px;
}

textarea
{
    font-family: arial,sans-serif;
    font-size: 12px;
}
