@charset "UTF-8";
/* CSS Document */

.uptotop {
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 6px;
	margin-bottom: 6px;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
