@charset "utf-8";
/* CSS Document */

body {
	background-color: #F8F8E3;
}

#show {
	text-align: center;
}
#show p {
	font-size: large;
}
#show a {
	color: #663300;
	text-decoration: none;
}
#show a:hover {
	color: #993300;
	text-decoration: none;
}
