/*
A {
  text-decoration: underline;
}

A:hover {
  text-decoration: none;
}
*/
.header {
	font-family: Courier New, Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.txt_link_1 {
	font-family: Courier New, Courier, mono;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


A.txt_link_1:hover {
  color: #FFFFFF;
  text-decoration: none;
}

A.link_1 {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

A.link_1:hover {
	color: #BB5E00;
}

.txt_normal {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: #000000;
}

A.txt_normal {
  text-decoration: underline;
}

A.txt_normal:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.txt_tiny {
	font-family: Courier New, Courier, mono;
	font-size: 11px;
	color: #000000;
}

A.txt_tiny {
  text-decoration: none;
}

A.txt_tiny:hover {
  color: #FFFFFF;
}

select#chooser {
	font-family: Courier New, Courier, mono;
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 440px;
}