/*to change background image*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #FFFFFF;
	}

p,
li,
td,
a {
	font-size: 11px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: 400;
	}



a:visited, a:link, a:active { color: #999999;}


.news, a.news { color: #666;}



a.etsy { text-decoration: none;
}

a:hover { 
	color: #333; 
	text-decoration: underline;
}

.hide { display: none; }

#gotcss { display: none; }