* { margin: 0; padding: 0; }
body { font: 15px Arial, Lucida Console, serif;
       color: #929191;
       background-color: #bccbde;
 }



/* unvisited link */
a:link {
    color: #929191;
    text-decoration: none;
    font: 12px Arial, Lucida Console, serif;
}

/* visited link */
a:visited {
    color: #929191;
    text-decoration: none;
    font: 12px Arial, Lucida Console, serif;
}

/* mouse over link */
a:hover {
    color: #2a76b1;
    text-decoration: none;
    font: 12px Arial, Lucida Console, serif;
}

/* selected link */
a:active {
     color: #929191;
     text-decoration: none;
     font: 12px Arial, Lucida Console, serif;
}

table {
    border: 16px bevel;
    elevation: 5        /* the _border_ elevation */
}
td, th {
    border: 12px bevel;
    elevation: -1
}

.font-link {
	font-family: Arial, Lucida Console, serif;
.wrapper {
  height: 100%;
  display: table;
  width: 100%;
  text-align: center;
}