html
{
   margin:0;
}

body
{
   background-image: url("fond.jpg");
   font-family:verdana,arial;
   text-align:center;
   margin:0px;
   padding:0px;
}

table
{
   border-collapse: collapse;
}

td
{
   vertical-align:top;
}

img
{
   border:none;
}

h1
{
font-size:16px;
text-align:center;
background-color:#7B1840;
color:white;
display:inline;
}

#tablocentral
{
border-left: 1px inset #7B1840;
border-right: 1px inset #7B1840;
border-bottom: 1px inset #7B1840;
text-align:left;
background-color:#F9CF47;
margin-left:auto;
margin-right:auto;
}