body{
  width: 840;
  margin: auto;
  background-color: #f1f1f1;
  margin-top: 25px;
  margin-bottom: 25px;
}

a:link { font-weight:bold; color:rgb(102, 102, 102); text-decoration:none; }
a:visited { font-weight:bold; color:rgb(102, 102, 102); text-decoration:none; }
a:hover { font-weight:bold; color:rgb(102, 102, 102); text-decoration:none; border-bottom: 2px rgb(102, 102, 102) dotted;}
a:active { font-weight:bold; color:rgb(102, 102, 102); text-decoration:underline; }