body {
	margin: 10px 20px 20px 15px;
}
.sytleA {
	font-size: 12px;
	color: #CCCCCC;
}
.styleB {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.styleC {
	font-size: 12px;
	color: #314EC6;
}
.top:link {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.top:visited {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.top:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottom:link {
	font-size: 12px;
	color: #334DC6;
	text-decoration: none;
	line-height: 22px;
}
.bottom:visited {
	font-size: 12px;
	color: #314EC6;
	text-decoration: none;
	line-height: 22px;
}
.bottom:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	line-height: 22px;
}
.txt {
	height: 18px;
	width: 100px;
	border: 1px solid;
	font-size: 12px;
}
.cmd {
	font-size: 12px;
	height: 20px;
	width: 60px;
}
.styled {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
