body {
	background: #ddd url(../pics/amphiback.gif) no-repeat fixed center;
	margin-top: 20px;
	}

#content {
	width: 280px;
	float: left;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 50px;
	padding-top: 20px;
	/* voice-family: "\"}\""; */
	/* voice-family: inherit; */
}

img.record {
	border: 1px solid #eee;
	margin: 10px;
	padding: 2px;
	}
	
li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none; 
}

ul {
	margin-top: 25px;
	padding: 7px;
	border: 1px #c66 solid;
		}

ul.buy {
	margin-top: 25px;
	padding: 7px;
	border: 1px #636 solid;
		}

ul.now {
	margin-top: 25px;
	padding: 7px;
	border: 1px #6c6 solid;
		}
		
a.buy:visited {
   text-decoration : none; 
   	color: #f33;

}
a.buy:link {
   text-decoration : none; 
   	color: #f33;
}
		
a:visited {
   text-decoration : none; 
   	color: #333;

}
a:link {
   text-decoration : none; 
   	color: #333;
}
a.poef:visited {
   text-decoration : none; 
   	color: green;

}
a.poef:link {
   text-decoration : none; 
   	color: green;
}

a:hover {
   color : #c60;
   background-color : #ffc;  
   text-decoration : underline; 
}
a:active {
   text-decoration : none; 
}
