a{
	color: #D1BD64;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #E3DE82;
	font-weight: bold;
	text-decoration: underline;
}
.left_sections {
	color: #D1BD64;
	font-weight: bold;
	text-decoration: none;
}
.std_text {
	color: #C8B679;
	font-weight: normal;
	text-decoration: none;
}
.border {
	border: 1px solid #481D1C;
}
.left_sections_selected {
	color: #FFFD9F;
	font-weight: bold;
	text-decoration: none;
}
.border_bottom_top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EBE07B;
	border-right-color: #EBE07B;
	border-bottom-color: #EBE07B;
	border-left-color: #EBE07B;
	padding-right: 20px;
	padding-left: 20px;
}

