a.menu:link { color: #ffffff; } 
a.menu:visited { color: #ffffff; } 
a.menu:hover { color: #ff9933; } 
a.menu:active { color: #ff9933; } 

	A:link {
		color : #0000CC ;
		text-decoration : none ;
	}
	A:visited {
		color : #FF6666 ;
		text-decoration : none ;
	}
	A:active {
		color : #454545 ;
		text-decoration : none ;
	}
	A:hover {
		color : #0000CC ;
		text-decoration : none ;
	}


	body,form,tr,td,th { font-size:12px;line-height:140%;color:#663300; font-family:"MS UI Gothic", Osaka, "‚l‚r ‚oƒSƒVƒbƒN"; }
	form{
        font-size: 10pt;
}