@charset "utf-8";
/* CSS Document */

a:link {
	font-size: 100%;
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: line-through;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
}

