@charset "UTF-8";

#messages{
	color: white;
	font-weight: bold;
	white-space: pre-wrap;
}

/* Core automatically resizes the iframe to the height of the content.
 * Since our height will grow later, we have to just make up a height that
 * should fit future content. */
#bodyText{
	height: 300px;
}