body
{
	background-color: rgb(229,190,204);
	background-image: url();
}
.style3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.style4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style5
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-weight: bold; 
}
.style6 
{
	font-family: Arial, Helvetica, sans-serif
}
.style7 
{
	font-size: small
}
.half-tone-bg
{
	background-color: rgb(204,127,153);
}
.quarter-tone-bg
{
	background-color: rgb(229,190,204);
}	
a:link, a:visited, a:active
{
	color: #0000FF;
	text-decoration: none;
}
a:hover
{
	color: #0000FF;
	text-decoration: underline;
}
a[href]
{
	content: attr(href); 
	padding: 1px;
}
ul 
{
	font: normal 11pt/normal sans-serif;
	margin: 4px auto 8px 30px;
	list-style-position: outside;
//	list-style-type: square;
	padding: 0px;
	height: auto;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
	text-align: left;
	list-style-image: url(arrow_tiny2.gif); 
	width: auto;
}
li 
{
	line-height: 20px;
	padding: 1px white;
	margin-bottom 10px;
	margin-top 10px;
}
