.border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
a:link {
	color: #000000;
	text-decoration: underline overline;
}
a:hover {
	color: #F26917;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
