@charset "utf-8";

#LinkType {
	border: 1px solid #999999;
	font-size: 14px;
	line-height: 22px;
}
#LinkType th {
	background-color: #FFCC33;
	font-size: 16px;
	text-align: center;
}
#LinkType a:link {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
#LinkType a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
#LinkType a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#LinkList {
	border: 1px solid #CCCCCC;
}
#LinkList td {
	border: 1px dotted #CCCCCC;
}
