/**********************************************************************
	Version: FreeRichTextEditor.com Version 1.00.
	License: http://creativecommons.org/licenses/by/2.5/
	Description: CSS example File.
	Author: Copyright (C) 2006  Steven Ewing
**********************************************************************/

body, td
{
	font-family: verdana;
	font-size:12px;
}
p
{
  margin-bottom:10px;
}
li
{
  margin-left:10px;
}
ul
{
  margin-bottom:10px;
}
ol
{
  margin-bottom:10px;
}

