body {
	background-color: white;
	color: black;
	padding: 3px;
	margin: 0;
}
.htmlarea-spellcheck-error {
	border-bottom: 1px dashed #f00;
	cursor: default;
}
.htmlarea-spellcheck-same {
	background-color: #cef;
	color: #000;
}
.htmlarea-spellcheck-hover {
	background-color: #433;
	color: white;
	cursor: pointer;
}
.htmlarea-spellcheck-fixed {
	border-bottom: 1px dashed #0b8;
}
.htmlarea-spellcheck-current {
	background-color: #9be;
	color: #000;
}
a:link, a:visited {
	color: #55e;
}
