<!-- 
body{
margin: 0px;
font-family: Arial;
}

a:link    { text-decoration:none; color:blue; }
a:visited { text-decoration:none; color:blue;}
a:hover   { text-decoration:none; color:black;}
a:active  { text-decoration:none; color:black;}


table{
background-image: url(bg.jpg);
background-repeat: repeat;
background-position : center;
font-weight: bold;
}
-->
