/*リンクカラーの設定*/
a:link		{color:blue;}
a:visited	{color:purple;}
a:active	{color:red;}
a:hover		{color:red;}

/*全体の基本設定*/
.all{
	width:160;
	}