#pagenav {
 position: fixed; 
 left: 10px; 
 top: 10px;  
/*  width: 30px; height: 30px; */
  background-color: #EBF4FD;
}

span.nppage1 {
  font-weight: bold;
  font-size: 24pt;
/*background-color: #DBE4ED;  */
}

a.nppage:link {
/*	color: #FF0000; */
        text-decoration: none;
/*  background: #222222; */
}
a.nppage:visited {
/*	color: #000033; */
        text-decoration: none;
        
}
a.nppage:hover {
/*	background: #000033; */
	color: #FF0000;
        text-decoration: none;
        cursor: pointer;
}
