/* CSS Document *//* set up the font to be used for the page */.text_base{font-size:12px;font-weight:bold;text-align:left;margin:5px;vertical-align : top ;}a{/*リンクされた文字*/    color:#333;    font-style:normal;    text-decoration:underline;}a:link {/*未訪問のリンク*/    color:#333;    font-style:normal;    text-decoration:underline;}a:visited {/*訪問後のリンク*/    color:#333;    text-decoration:underline;}a:hover {/*マウスをのせたとき*/	color:#FFA500;	font-style:normal;a:active {/*クリック中*/    text-decoration:none;}