/**
 * RTE style definition and classes selectable by editors
 * @author: René Wagner <rene.wagner@rwrnet.de>
 * @info: style definitions that shouldn't be selectable have to be prepended by HTML or anything else
 **/

@import url('editor.css');

H2,H3,H4,H5,H6{
	color:rgb(0,89,45); /* darkgreen */
}
A{
	color:rgb(0,89,45); /* darkgreen */
	text-decoration:none;
}
div.frame{
	background-color:rgb(0,89,45); /* darkgreen */
}
HTML TABLE.bordered TH{
	background-color:rgb(0,89,45); /* darkgreen */
}
HTML TABLE.bordered TH,
HTML TABLE.bordered TD{
	border:1px solid rgb(0,89,45); /* darkgreen */
}
SPAN.colored{
	color:rgb(0,89,45); /* darkgreen */
}
HTML div.frame SPAN.colored{
	color:rgb(150,239,195); /* lightgreen */
}

