A:link { color: #696969; text-decoration: underline; } a:hover { color: #696969; text-decoration: underline; background-color: lightyellow} A:visited { color: #696969; text-decoration: underline; } A:active { color: red; text-decoration: underline; } BODY{ margin-top : 1%; /*上マージンを表示領域幅の 1% 確保*/ margin-right : 4%; /*右マージンを表示領域幅の 7% 確保*/ margin-bottom : 3%; /*下マージンを表示領域幅の 3% 確保*/ margin-left : 4%; /*左マージンを表示領域幅の 5% 確保*/ } P{ font-size : 11pt /*Pのフォントサイズを11ptに指定*/ } H2{ font-size : 17pt /*H2のフォントサイズを16ptに指定*/ } H3{ font-size : 12pt /*H3のフォントサイズを12ptに指定*/ } UL{ list-style-position : outside;/*UL要素の各項目が改行後に行頭記号の下に表示されない*/   list-style-type : square;/*UL要素の行頭マークを四角に指定*/   font-size : 11pt } TABLE{ font-size : 11pt /*TABLEのフォントサイズを11ptに指定*/} DT{ font-size : 11pt /*DTのフォントサイズを11ptに指定*/}