@charset "utf-8";
/* CSS Document */


* {
	font-family: 'Open Sans', sans-serif;
	color: rgba(167,167,167,1.00);
	font-size: 13px;
}
body {
	background: #F7F7F7;
	margin: 0;
}
a img:hover {
	opacity: 0.6;
}
