<!-- 文字の設定 -->
body、,p,div,td,tr,table { 
font-size:11pt; 
font-family: 'MS UI Gothic';
color:"#808080";
line-height: 150%;
 }

<!-- リンクの設定 -->
a:link { color: "#808080"; }
a:visited { color: "#808080"; }
a:active { color: "#808080"; }
a:hover { color="ff66ff"; }
a { text-decoration: none; }

<!-- その他の設定 -->
h1 { font-size:14pt; }
h2 { font-size:12pt; }