BODY {
	color: #228b22;
	/* background-color: #f0db8c; */
	background-color: #f4f4f4;
}
BODY A {
	color: white;
	background-color: green;
	padding: 2px;
	text-decoration: none;
	border-style: solid;
	border-width: thin;
	border-color: #fefe33;
}
BODY A:hover {
	text-decoration: underline;
}
BODY A.plain {
	color: #228b22;
	background-color: transparent;
	border-style: none;
	text-decoration: none;
}
BODY A.plain:hover {
	text-decoration: underline;
}
BODY A.dashed {
	color: #228b22;
	background-color: transparent;
	border-style: none;
	border-bottom-style: dashed;
	border-bottom-color: #228b22;
	border-bottom-width: 1px;
	padding: 0;
	text-decoration: none;
}
BODY A.dashed:hover {
	text-decoration: none;
}
A.hidden {
	display: none;
}
