A:link{    /* 未リンク */
	text-decoration:none;
}
A:visited{ /* 既リンク */
	text-decoration:none;
}
A:hover  { /* リンク中 */
	color:#FFFFFF; text-decoration:underline;
	cursor : default;
	visibility : visible;
	float : none;
	clear : none;
	position : relative;
	top : 1pt;
	left : 1pt;

}
body,td,th {
	font-weight: bold;
}

.column {  line-height: 24px; font-weight: 200}
.link_Green {  background-color: #CCFF33}
.link_yellow {  background-color: #FFFF33}
.link_pink {  background-color: #FF99FF}
