body	{
	padding: 15px;
	margin: 0px;
	font: 14px palatino, "times new roman", times, serif;
	color: #020202;
	background-color: #edc798;
	}
	
td, li	{
	font: 14px palatino, "times new roman", times, serif; 	/*li is included to fix inheritance problem with ie5win */
	color: #020202;
	}
	
em	{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #64523b;
	}
	
.testimonial	{
	font-size: 14px;
	color: #64523b;
	}
	
.caption	{
	font: 9px verdana, arial, sans-serif;
	color: #64523b;
	}
	
a:link { 
	color: #663c1e; 
	text-decoration: underline;
	}

a:visited { 
	color: #663c1e;
	text-decoration: none;
	}

a:hover	{
	color: #64523b;
	text-decoration: underline;
	}
	
a.bottom:link { 
	color: #663c1e; 
	text-decoration: none;
	}

a.bottom:visited { 
	color: #663c1e;
	text-decoration: none;
	}

a.bottom:hover	{
	color: #663c1e;
	text-decoration: underline;
	}
	
