.listing {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.heading {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
}

.activepage {
	font-size:16px;
	font-family:Arial
	color:red;
}

.activepage a {
	color:red;
	font-family: Arial;
	font-size: 16px;
}
.activepage a:hover {
	color:red;
	font-family: Arial;
	font-size: 16px;
}
.activepage a:visited {
	color:red;
	font-family: Arial;
	font-size: 16px;
}
.otherpage {
	font-size:12px;
	font-family:Arial
	color:blue;
}

.otherpage a {
	color:blue;
	font-family: Arial;
	font-size: 12px;
}
.otherpage a:hover {
	color:blue;
	font-family: Arial;
	font-size: 12px;
}
.otherpage a:visted {
	color:blue;
	font-family: Arial;
	font-size: 12px;
}