<?xml version="1.0" encoding="utf-8" ?>
<!--
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: fckstyles.xml
 * 	This is the sample style definitions file. It makes the styles combo
 * 	completely customizable.
 * 	See FCKConfig.StylesXmlPath in the configuration file.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<Styles>
  <Style name="Orange" element="span">
    <Attribute name="class" value="orange" />
  </Style>
  <Style name="Maroon" element="span">
    <Attribute name="class" value="maroon" />
  </Style>
  <Style name="Brown" element="span">
    <Attribute name="class" value="brown" />
  </Style>
  <Style name="Font Size 12" element="span">
    <Attribute name="class" value="font12" />
  </Style>
  <Style name="Font Size 14" element="span">
    <Attribute name="class" value="font14" />
  </Style>
  <Style name="Font Size 16" element="span">
    <Attribute name="class" value="font16" />
  </Style>
  <Style name="Font Size 18" element="span">
    <Attribute name="class" value="font18" />
  </Style>
  <Style name="Image on Left" element="img">
    <Attribute name="style" value="padding: 5px; margin-right: 5px" />
    <Attribute name="border" value="2" />
    <Attribute name="align" value="left" />
  </Style>
  <Style name="Image on Right" element="img">
		<Attribute name="style" value="padding: 5px; margin-left: 5px" />
		<Attribute name="border" value="2" />
		<Attribute name="align" value="right" />
	</Style>
</Styles>