<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";
/* CSS Document */

#createPagination{
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	font-size:1.4em;
}
#createPagination #numberTable{
	width:100%;
	text-align:center;
}
#createPagination #numberTable td{
	text-align:center;
	width:20%;
}

/*SELECT FAST*/
#createPagination select{
	padding:3px;
	min-width:50px;
}
#createPagination option.select{
	color:#000;
	font-weight:bold;
	font-size:1em;
}
#createPagination .selectText{
	font-size:10px;
	text-align:right;
	color:#333;
}


.prevLink{
	text-align:center;
}
.pageLink{
	text-align:center;
	color:#666;
	font-weight:bold;
	font-size:1em;
	font-family:Arial, Tahoma;
}
.pageLink a{
	color:#360;
	font-weight:bold;
	font-size:1.1em;
	font-family:Arial, Tahoma;
	text-decoration:none;
}
.nextLink{
	text-align:center;
}</pre></body></html>