a.step_forward, a:visited.step_forward {
	border-bottom: 1px dashed;
	font-weight:bold;
}
a:hover.step_forward {
 	border-bottom: none;
 	font-weight:bold;
}
a.step_back, a:visited.step_back {
	color: #FCAE67;
	border-bottom: 1px dashed;
	font-weight:bold;
}
a:hover.step_back {
 	border-bottom: none;
 	font-weight:bold;
}
#main {
	position: relative;
}
#main p#addlink_first_up {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the link*/
	top: 25px; left: 680px;		
}
#main p#addlink_first_down {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the link*/
	top: 640px; left: 680px;		
}
#main p#addlink_up {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the link*/
	top: 25px; left: 605px;		
}
#main p#addlink_down_1 {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the link*/
	top: 756px; left: 605px;		
}
#main p#addlink_down_2 {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the link*/
	top: 350px; left: 605px;		
}
#main p#addlink_down_3 {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the link*/
	top: 550px; left: 605px;		
}
#main p#addlink_down_4 {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the link*/
	top: 320px; left: 605px;		
}
#main p#addlink_down_5 {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the link*/
	top: 350px; left: 605px;		
}
.go {
	margin: 12px 10px 12px 50px;
	text-align: center;
	float: left;
}

.go a {
	display: block;
	width: 100px;
	border: 1px solid #BEBEBE;
	color: green;
	background-color: #FFBF00;
	padding: 6px 10px 6px 10px;
	text-align: center;
}

.go a:hover {
	background-color: #2D7DD3;
	color: White;
}