@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.test_writtenby {
	font-size: 8px;
	color: #999999;
}
.text_text {
	font-size: 10px;
	color: #666666;
}
.test_title_pink {
	color: #FF00FF;
	font-size: 12px;
}
.test_title_blue {
	color: #33CCFF;
	font-size: 14px;
	font-weight: bold;
}
.Normal_text {
	font-size: 12px
}

a:link {
	color: #FF00FF;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #FF00FF;
}
a:hover {
	text-decoration: none;
	color: #FF00FF;
}
a:active {
	text-decoration: none;
	color: #FF00FF;
}

