body {
	margin: 0;
	padding: 0;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 78%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:active, a:hover {
	font-weight:bold;
	text-decoration: underline;
}
.prod_separator {
	margin:30px;
	display:block;
	width:500px;
}
.prod_separator img {
	float:right;
	display:block;
	padding:20px;
	padding-top:5px;
}
.prod_separator .txt {
	margin:3px;
}
.prod_separator ul {
	margin:0 px;
	padding:0px;
}
.prod_separator li {
	margin-left:20px;
	list-style-type:disc;
	font-size:1.0em;
}
