body#editor
{
	background-color: white;
	background: url(none) top left repeat;
}

h1, h2
{
    font-size: 16px;
	font-family:  Verdana, Arial, sans-serif;
	color: #999;
	font-weight: bold;
}

h2
{
	font-size: 13px;
}

h3, h4
{
    font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color:  #999;
	font-weight: bold;
}

h4
{
	font-size: 11px;
}

a:link, a:visited
{
	color: #8a4437;
	border-bottom: 1px solid #8a4437;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}

a:hover
{
	color: #8a4437;
	border-bottom: 1px solid #8a4437;
	text-decoration: none;
}

li
{
	line-height: 160%;
}

ul
{
	list-style-type: disc;
}

ol
{
	list-style-type: decimal;
}