.word {
	font-size: 12px;
	line-height: 28px;
	color: #000000;
	text-decoration: none;
}
.link1 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.link1:hover {
	font-size: 12px;
	color: #CC014D;
	text-decoration: underline;
}
.link2 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.link2:hover {
	font-size: 12px;
	color: #00FFB4;
	text-decoration: underline;
}
.word2 {
	font-size: 12px;
	color: #FA5E00;
	text-decoration: none;
}
.word2:hover {
	font-size: 12px;
	color: #C10101;
	text-decoration: underline;
}
.word3 {
	font-size: 12px;
	color: #002E44;
	text-decoration: none;
	line-height: 20px;
}
.word3:hover {
	font-size: 12px;
	color: #0033CC;
	text-decoration: underline;
}
.title {
	font-size: 12px;
	line-height: 28px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.Button {
	font-size: 12px;
	height: 24px;
	width: 56px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border: 2px outset;
}
.Textbox {
	font-size: 12px;
	height: 18px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border: 1px solid #191970;
}
