.pagebar {
	padding: 10px;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	background: #fff;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #000;
	text-decoration: none;
	padding: 10px;
	background: #940203;
		color: #fff;
}

.pagebar a:visited {
	border: 1px solid #000;
	text-decoration: none;
	padding: 10px;
	background: #940203;
	color: #fff;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
	color: #fff;
}

.pagebar .this-page {
	border: 1px solid #000;
	padding: 10px;
	font-weight: bold;
	background: #fff;
	color: #940203;
}
.pagebar .current {
	padding:10px;
}

.pagebar a:hover {
	border-color: #000;
	background: #fff;
	text-decoration: none;
	color:#940203;
	
}

.pagebar .inactive
{
   border: 1px solid #000;
	background: #940203;
	color: #fff;
   text-decoration: none;
   padding: 10px;
}
#table {
   border:1px solid black;
}
#table td {
   border:1px solid black;
padding:5px;
}
#table th {
   border:1px solid black;
   padding:5px;
background:black;
color:white;
}
