/************************************************************************/
/* Uryusoft Common StyleSheet Ver 1.1									*/
/*																		*/
/* October 21, 1998														*/
/* Created by Mizuki (mizuki@uryusoft.com)								*/
/************************************************************************/

/*-- Generic style -------------------------------*/

body
{
	background-color	: white;
	color				: black;
	font				: small '‚l‚r ‚oƒSƒVƒbƒN','Osaka','MS Gothic','Arial';
	letter-spacing		: normal;
}

a:link
{
	color				: #0000ff;
	text-decoration		: none;
}

a:visited
{
	color				: #0080ff;
	text-decoration		: none;
}

a:active, a:hover, a:focus
{
	color				: #ff4080;
	text-decoration		: underline;
}

