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

.description {
	font-size: small;
	color: #666;
}
body {
	text-align: center;
	color: #666;
}
a:link {
	color: #39F;
	text-decoration: none;
}
a:visited {
	color: #39F;
	text-decoration: none;
}
a:hover {
	color: #39F;
	text-decoration: underline;
}
a:active {
	color: #F66;
	text-decoration: underline;
}

