@charset "utf-8";
/* CSS Document */

.mceContentBody {
	background-image: none;
	background-color: #FFF;
} /*TinyMCE*/
.mceContentBody a:link, .mceContentBody a:visited   {
	text-decoration: underline;
} /* FF requires a important here */
.mceContentBody a:hover, .mceContentBody a:active   {
	text-decoration: none;
} /* FF requires a important here */
