<?xml version="1.0" encoding="utf-8" ?>
<!--
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 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/
 * 
 * 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.
 * 
 * Version:  2.0 RC3
 * Modified: 2005-02-09 13:51:09
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<Styles>
	<Style name="contents" element="p">
		<Attribute name="font-family" value="Verdana, Arial, Helvetica, sans-serif" />
		<Attribute name="font-size" value="12px" />
		<Attribute name="font-style" value="normal" />
		<Attribute name="font-weight" value="normal" />
		<Attribute name="font-variant" value="normal" />
		<Attribute name="color" value="#000000" />
	</Style>
	<Style name="ContentsHead" element="p">
		<Attribute name="font-family" value="Verdana, Arial, Helvetica, sans-serif" />
		<Attribute name="font-size" value="13px" />
		<Attribute name="font-style" value="normal" />
		<Attribute name="font-weight" value="bold" />
		<Attribute name="font-variant" value="normal" />
		<Attribute name="color" value="#000000" />
	</Style>	
</Styles>