body {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, textarea, input {
	font-family: "Trebuchet MS", Tahoma, Arial;
}
.entry {
	font-family: "Times New Roman";
	font-size: 1.2em;
}

#navs {

	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#navs li {
	float: left;
	margin-left: 5px;
}
#navs .current_page_item a, #navs .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#navs .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#navs .page_item a:hover {
	color: #000000;
}
