a{/*リンクされた文字*/
    color:ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#ff0000;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

img {
    border-style:none;
}
td{line-height:20px}
body {background-color: #ffffff} 