.12 {
	FONT-SIZE: 12px; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; LINE-HEIGHT: 26px
}
A {
	FONT-SIZE: 14px; COLOR: blue
}
A:hover {
	FONT-WEIGHT: bold; COLOR: #ff0000; TEXT-DECORATION: none
}
BODY {
	FONT-SIZE: 12px; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; LINE-HEIGHT: 22px
}
/*************** Pagination ***************/

.pagination a {
                text-decoration:none;
                margin: 0 2px 0 0;
                padding: 1px 6px;
                color:#000000;
FONT-SIZE:12px;
line-height:200%;
                }

.pagination a.number {
				border: 1px solid #ddd;
FONT-SIZE:12px;
                }

.pagination a.current {
                background: #469400;
                border-color: #459300 !important;
                color: #fff !important;
FONT-SIZE:12px;
                }
				
.pagination a.current:hover {
				text-decoration: underline;
FONT-SIZE:12px;
                }
