
 
#fckeditor {
	position: relative;
	color: #656565;		/* light gray */	
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	padding: 10px;
}
  


#fckeditor h1 {
	color: #187421;		/* green */
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
} 
  
  

#fckeditor b, #fckeditor strong {
	color: #656565;		/* light gray */
	font-weight: bold;
}  




#fckeditor a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


#fckeditor a:hover {
	text-decoration: underline;
	font-weight: bold;
}




