/*********common*********/
body{margin:0;background:#5B4037;text-align:center;}
body,table{font:15px Arial,Verdana,sans-serif;color:#000;}
img{border:0;}
a{color:#00f;text-decoration:underline;}
a:visited{color:#00f;}
a:hover{color:#f00;}
a:hover img {border:2px solid #888;}
.below{
	background:#FAEDE1;
	padding:5px;
	margin:5px;
	border:1px solid #FFC488;
}
.below a:link, a:visited, a:active{
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}
.chango-regular {
  font-family: "Chango", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: #48BE10;
}

/*********index*********/
.thumb {
	max-width:200px;
	border:2px solid #ccc;
	border-radius:8px;
}
@media only screen and (max-width: 600px) {
	.thumb {
		max-width:140px;
	}
	.chango-regular {
		font-size: 28px;
	}
}
h1, h2 {font-size:15px;text-indent:5px;font-weight:bold;display:inline;}