body {
	font-family:  Verdana, Arial, Helvetica, sans-serifGeorgia, "Times New Roman", Times, serif;
	color: rgb(20, 20, 60);
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	word-spacing: -1px;
	line-height: 150%;
	text-align: left;
	text-indent: none;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(60, 20, 20);
	font-style: italic;
	text-decoration: underline;
}

h2 span {
	font-size: 15px;
	color: #202060;
}

p {
	margin-top:5px;
	margin-bottom: 5px;
	text-indent: 20px;

}

p:first-letter {
	color: #ff2020;
}

.experimental:first-line {
	color: orange;
}

.experimental {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: -1px;
	word-spacing: +2px;
	text-align: justify;
	text-indent: 100px;
	margin-top:20px;
	margin-bottom: 20px;
}

#test1 {
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: line-through;
}

#test2 {
	text-transform: none;
	letter-spacing: +1px;
	word-spacing: -1px;
	text-decoration: underline;
}

ul {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 0;
	margin-left: 0;
	list-style-image: url(pine1_small.png);
}

li.special {
	margin-top: 30px;
}

ol {
	list-style-type: lower-greek;
	list-style-position: outside;
}

