@charset "utf-8";
a:link {
	color: #0000FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border: thin solid #0000FF;
}

a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #319531;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	white-space: normal;
	display: table-row;
	padding: 4px;
	margin: 2px;
}

