#pagerouter {
   position: relative;
   float: right;
   margin: 0;
   padding: 4px 0 3px;
   font-size: 90%;
}

#pagerouter li {
   display: inline;
   border-left: 1px solid #241e20;
}

#pagerouter a, 
#pagerouter a:link,
#pagerouter a:visited {
   color: #241e20;
   text-decoration : none;
   padding: 0 5px;
}
 
#pagerouter a:focus,
#pagerouter a:hover,
#pagerouter a:active,
#pagerouter a.selected {
   color : #ac0000;
   font-weight : normal;
   text-decoration: underline;
}

