@charset "utf-8";
body,td,th {
	font-family: Monaco, "Courier New", Courier, monospace;
	color: #000000;
	font-size: 12px;
	width: 500px;
}
.title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.text {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #0000FF;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.process {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	display: block;
	width: 120px;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: line-through;
	color: #0000FF;
}
