<?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="Картинку влево" element="img">
		<Attribute name="style" value="padding: 5px; margin-right: 5px" />
		<Attribute name="border" value="2" />
		<Attribute name="align" value="left" />
	</Style>
	<Style name="Картинку вправо" element="img">
		<Attribute name="style" value="padding: 5px; margin-left: 5px" />
		<Attribute name="border" value="2" />
		<Attribute name="align" value="right" />
	</Style>
	<Style name="Arial" element="span">
		<Attribute name="style" value="font-family: Arial" />
	</Style>
	<Style name="Times" element="span">
		<Attribute name="style" value="font-family: Times" />
	</Style>
	<Style name="Verdana" element="span">
		<Attribute name="style" value="font-family: Verdana" />
	</Style>
	<Style name="Georgia" element="span">
		<Attribute name="style" value="font-family: Georgia" />
	</Style>
	<Style name="Helvetica" element="span">
		<Attribute name="style" value="font-family: Helvetica" />
	</Style>
		<Style name="Courier" element="span">
		<Attribute name="style" value="font-family: Courier" />
	</Style>
</Styles>