
a {
	color: black;
	text-decoration: none;
}

#sidebar_up {
	margin-left: 5px;
	padding-bottom: 5px;
	float: left;
	text-decoration:none;
	
}
#sidebar_up a {
	color: black;
	text-decoration: none;
	background: none;

	
}
#sidebar_up a:hover {
	color: green;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 5px;
	font-size: 9pt;

}
#arrow {
	margin-right: 0px;
	padding-bottom: 5px;
	float: right;
	text-decoration:none;
}

.content {
	margin-left: 15px;
	margin-right: 5px;
}
.order a {
	color: blue;
	position: center;
}
.order a:hover {
	color: brown;
	border-top: 5px;
	font-weight: bold;
}
.order a:visited {
	font: blue;
}
.nextpage a {
	color: red;
}
.nextpage a:hover {
	color: blue;
}