#footer,
#footer a{
   text-align: center;
   font-size: 10px;
   color: #696969;
   text-decoration: none;
}
#footer{
   border-top: #DCDCDC solid 1px;
   padding-top: 6px;
   padding-bottom: 3px;
}

#footer a{
   font-weight: bold;
}

#footer a:hover{
   color: red;
}

