.title {
	font-family: "arial";
	font-size: 9px;
	color: A3A3A3;
	line-height: 15px;
}
.word {
	font-family: "arial";
	font-size: 11px;
	color: 666666;
	line-height: 18px;
}
.formout {
  font-size: 11px;
  line-height: 18px;
  background-color: #FFFFFF;
  border: #ADADAD;
  border-style: double;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

