/* ##### Gamer's Online GO Stealth TEST 用　スタイルシート ###### */

	a	 {text-decoration: none;}

	a:link	 { color:#aa99ff;}

	a:visited {color:blue;
		text-decoration:none;}

	a:active {text-decoration:none;
		color:gold;}

	a:hover	 {text-decoration: underline;
		color:#ff5555;}

	#F5 { font-size:12pt; }
	#F4 { font-size:11pt; }
	#F3 { font-size:10pt; }
	#F2 { font-size:8pt; }
	#F1 { font-size:6pt; }

	.A{font-size:10pt;}
	.B{font-size:10pt;BACKGROUND:#F8F8FF}


/* ##### UL LI ###### */

UL	{
	margin-top	:	0pt;
	margin-bottom	:	0pt;
}

LI	{
	list-style-type	:	square;
}

