body {
  text-align:center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  background:#84b8e0;
}

a:link { 
   color: #000; 
   font-weight: bolder;
   text-decoration: none;
}

a:visited { 
   color: #000;
   font-weight: bolder;
   text-decoration: none
}

a:hover { 
   color: #ccc;
   font-weight: bolder;
   text-decoration: none
}

a:active { 
   color: #ccc;
   font-weight: bolder;
   text-decoration: none
}