/*
 #########################################################################################
 # Configure FCKEditor according your needs
 # ---------------------------------------------------------------------------------------
 #  Copy all CSS definitions of your Website Baker template here enables FCKEditor to
 #  display the contents in the textarea field as shown in the frontend of Website Baker
 #  
 #  Note: The "body" styles should match your editor web site, mainly regarding
 #  background color and font family and size.
 #  
 #########################################################################################
*/

body {
  font-family:Verdana,Helvetica, Arial, sans-serif;
  font-size:small;
  background-color: #FFF;
  padding: 5px 5px 5px 5px;
  margin: 0px;
}

a[href] {
  color: #0000FF !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

/* 
  Just uncomment the following block if you want to avoid spaces between 
  paragraphs. Remember to apply the same style in your output front end page.
*/

/*
p, ul, li {
  margin-top: 0px;
  margin-bottom: 0px;
}
*/
