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


a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.body {
	font-size: 16px;
}
