a.vertical {
	text-decoration: underline;
	color: #4d2502;
	font-weight: normal;
}
a.vertical:hover{
	text-decoration: none;
	background-color: #ffffff;
}
a.horizontal {
	text-decoration: underline;
	color: #4d2502;
	font-weight: normal;
}
a.horizontal:hover{
	text-decoration: none;
	background-color: #ffffff;
}