/* CSS Document */
body {
margin-left: auto; 
margin-right: auto;
width: 92%;
background-image:url('images/background.jpg');
background-repeat:repeat;
text-decoration:none;
border:none;

}

a:link
{
text-decoration: none;
border:none;
}
a:visited
{
color: none; text-decoration: none;

border:none;
}
a:hover
{
color: none;
text-decoration: none;
background:  none;
border:none;
}
a:active
{
color: none;
text-decoration: none;

border:none;
}


