/*通常リンク*/
a:link
{
	color : #0000ff;
	text-decoration : none;
}

/*訪問済みリンク*/
a:visited
{
	color :#0000ff;
	text-decoration :none;
}

/*マウスカーソルが乗っている時のリンク*/
a:hover
{
	color : #ff0000;
}
