.misspelled{ 
	background-color: #FFFD55; /* Misspelled word color */
}

body div p { 
	line-height: auto;
}

/* plugins.EnterKeyHandling, only IE has margin set to 0px, do it here for other browsers */
body p {
	margin: 1px 0px !important; 
}

div {
	min-height: 1em;
}
