body,p,table,tr,td,div,pre {
	font-family: "±¼¸²", "Tahoma", "Arial";
	font-size: 12px;
	color: green;
}

.bodytext {
	border-top: 1px none gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	margin: 2px;
	padding: 2px;
}

.headtext {
	border: 1px solid green;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: green;
}