

body {
   margin: center;
   margin-top:50px;
   background: #fff url(bg.png);
   font-weight: normal;
   font-family: arial,verdana,sans-serif;
   text-align: justifity;
   color: #fff;
}

#site {
width:696px;
margin: auto;

}

#title
{
color: b74506;
 font-weight: bold;
 font-size:1.5em;
 margin-top: 20px;
}


#tresc
{
font-size:0.8em;
color:ca8554;
margin-right:16px;
text-align: justify; 
border: 2em;

}

#footer
{
font-size:0.60em;
color:ca8554;
margin-right:20px;
margin-bottom:7px;
text-align: right; 

}
#table
{
font-size:0.60em;
border-color:rgb(0,0,0);
}

A:link {text-decoration: none; color:#ae7035;}
A:visited {text-decoration: none; color:#e2a366;}
A:active {text-decoration: none; color:#e2a366;}
A:hover {text-decoration: underline; color: #ca8554;}

img {
border: 0px;
}

