1.h6e-page {
2text-decoration:none;
3font-weight:bold;
4float:left;
5background:white;
6display:block;
7text-align:center;
8padding:0.5em;
9border:1px solid #999;
10line-height:1.2em;
11}
12
13.h6e-page.next {
14float:right;
15}
16
17.h6e-page:hover {
18background:#eee;
19}