@charset "UTF-8";
/* CSS Document */

ul#agent-pages {
	padding: 0;
	list-style-type: none;
}
ul#agent-pages {
	text-decoration: none;
	float: left;
}
ul#agent-pages li {
	display: inline;
}

#li-all a {
	color: black;
	font-weight: bold;
	background-color: #FFF;
	padding: .2em .5em;
	float: left;
	text-decoration: none;
	display: block;
	margin: -.1em .4em .2em 0;
	border: 4px double black;
	}
#li-all a:hover {
	text-decoration: underline;
	}
	
#li-sec a {
	color: white;
	font-weight: bold;
	background-color: #900;
	padding: .2em .5em;
	float: left;
	text-decoration: none;
	display: block;
	margin: .2em .4em;
	}
#li-sec a:hover {
	color: white;
	text-decoration: underline;
	}
	
#li-tea a {
	color: white;
	font-weight: bold;
	background-color: #009;
	padding: .2em .5em;
	float: left;
	text-decoration: none;
	display: block;
	margin: .2em .4em;
	}
#li-tea a:hover {
	color: white;
	text-decoration: underline;
	}
	
#li-hac a {
	color: white;
	font-weight: bold;
	background-color: #F90;
	padding: .2em .5em;
	float: left;
	text-decoration: none;
	display: block;
	margin: .2em .4em;
	}
#li-hac a:hover {
	text-decoration: underline;
	}
	
	
#li-next a {
	color: black;
	font-weight: bold;
	background-color: #FFF;
	padding: .2em .5em;
	float: left;
	text-decoration: none;
	display: block;
	margin: .2em .4em;
	}
#li-next a:hover {
	text-decoration: underline;
	}
	
	
#li-prev a {
	color: black;
	font-weight: bold;
	background-color: #FFF;
	padding: .2em .5em;
	float: left;
	text-decoration: none;
	display: block;
	margin: .2em .4em;
	}
#li-prev a:hover {
	text-decoration: underline;
	}
