body {
   margin: 0;
   text-align: center;
   background-color: #EEF;
   font-family: Arial, sans-serif;
}

div#page {
   margin: 1em auto;
   border: 1px solid gray;
   border-bottom-width: 2px;
   border-right-width: 2px;
   width: 700px;
   height: auto;
   text-align: left;
   background-color: white;
}

a, a:visited {
   color: blue;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
   text-decoration: underline;
}
