/* ボディスタイル */
BODY{ margin-top:0px; border-style：double }
/* フォントスタイル */
td { font-size: 13px; line-height: 17px; letter-spacing: 1px; color:#000000; }
/* aタグに対する指定 */
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:link {color:#333333;}
a:visited {color:#333333;}
a:hover { background-color:#cccccc; }
a:active {color:#333333;}
/* クラスを指定 */
h1 { color : #ffffff; font-size : 14px ; font-weight : normal ; margin : 2px ; }
h2 { color : #000000; font-size : 14px ; font-weight : normal ; margin : 2px ; }
h3 { color : #cc0000; font-size : 14px ; font-weight : bold ; margin : 0px ; } 