div#corpo{
position: absolute; 
top: 100px; 
left: 400px;
width: 700px;
}

body{
font-family:"Times New Roman", Times, serif;
background: #f5f5f5;
}


a.linked {
text-decoration:none;
color:black;
}

a.linked:hover {
text-decoration:underline;
color:black;
}
