a:LINK {
	color : #993300;
	text-decoration : none
}
a:ACTIVE {
	color : orange;
	text-decoration : none
}
a:VISITED {
	color : #993300;
	text-decoration : none
}
a:HOVER {
	color : #FF6600;
	text-decoration : none;
}

.koyu:active {
	COLOR: orange; TEXT-DECORATION: none
}
.koyu:visited {
	COLOR: #FFFFCC; TEXT-DECORATION: none
}
.koyu:link {
	COLOR: #FFFFCC; TEXT-DECORATION: none
}
.koyu:hover {
	COLOR: white; TEXT-DECORATION: underline
}

TD, input, select { font-size: 11px }

BODY {
	font-family: verdana, tahoma, arial;
	font-size:11px;
	color: Black;	
}

.menu:VISITED {color : black; text-decoration : none}
.menu:LINK {color : black; text-decoration : none}
.menu:HOVER {
	text-decoration: none;
	color: #CC3300;
}
.menu:ACTIVE {color : red; text-decoration : none}

.alt:VISITED {color : green; text-decoration : none}
.alt:LINK {color : green; text-decoration : none}
.alt:HOVER { text-decoration: none; color: black }
.alt:ACTIVE { text-decoration: none; color: orange }

