@CHARSET "UTF-8";

table.changePage {
	background-color:#5e6170;
}
table.changePage td {
	background-color:#FFF;
}
table.changePage td a {
	margin:0 5px;
}
table.changePage td a:link, table.changePage td a:visited {
	color:#212838;
	text-decoration:underline;
}
table.changePage td a:hover {
	color:#CCC;
	text-decoration:underline;
}
table.changePage td input[type="text"] {
	width:20px;
}
table.changePage td input[type="button"] {
	width:30px;
	border:1px #212838 solid;
	height:20px;
}
table.changePage ul {
	list-style:none;
	margin:0;
	background:none;
}
table.changePage ul li {
	display:inline;
	list-style:none;
	background:none;
	border:0;
}
table.changePage ul li a{
    background:none;
}