@charset "UTF-8";

a{
	text-decoration: none;
    color: #1974c7;
    white-space: pre;
}

#messages{
	color: red;
	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;
}