body, a, img, form, div, ul, ol, li {
    	margin: 0px;
    	padding: 0px;
    	border: 0px;
}

body {
    	font-family: Arial, sans-serif;
    	font-size: 11px;
    	color: #847675;
    	background: #FAECEB;
    	width: 300px;
    	overflow: auto;
}

h2 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #5A4C4B;
	font-size: 19px;
	font-weight: normal;
}

A:active {color: #847675; text-decoration:none; font-weight:bold;}
A:link {color: #847675; text-decoration:none; font-weight: bold;}
A:visited {color: #847675; text-decoration:none; font-weight: bold;}
A:hover {color:white; text-decoration:none; font-weight: bold;}



/*--------------------------------------------------------*/

.items {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.item {
    margin-top: 2px;
    margin-bottom: 8px;
	width: 38px;
	float: left;
	font-size: 9px;
	text-align: center;
}

.item img {
	display: block;
	border: 4px #FEF4F3 solid;
}

.tip {
	margin-top: 4px;
	margin-bottom: 9px;
}