body
{
margin: 0;
padding: 0;
background-color: #fff;
background-attachment: fixed;
background-image: url(../images/bg-white.jpg);
background-repeat: no-repeat;
background-position: center bottom;
color: #000;
font-family: arial;
font-size: 12px;
}

td
{
vertical-align: top;
text-align: left;
color: #000;
font-family: arial;
font-size: 12px;
}

a
{
text-decoration: none;
color: #336699;
}

a:hover
{
text-decoration: none;
color: #ae171a;
}

a:active
{ 
text-decoration: none;
color: #336699;
}

