a:link {/*未訪問のリンク*/
    color:#0033cc;
	text-decoration: none;
	font-weight: bold;
}
a:visited {/*訪問後のリンク*/
	color:#0033cc;
	text-decoration: none;
	font-weight: bold;

}
a:hover {/*マウスをのせたとき*/
	color:#ffcc00;
	text-decoration: none;
	font-weight: bold;

}
