body
{

margin: 15px 100px;
width:85%;
background:#517647;
}
a
{
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}

div.page
{
   width: 85%;
   margin: 10px 100px;
   padding:10px 25px;
   border: solid gray 1px;
   background:white;
}

