BODY {
color: #808080;
line-height: 140%;
letter-spacing: 1.5;
font-size: 10pt;
}
a:link{
text-decoration:none
}
a:hover{
text-decoration:none
}
a:active{
text-decoration:none
}
a:visited{
text-decoration:none;
color:blue;
}

<!--
.nomal{color: #808080;}
.red{color: red;}
.blue{color: blue;}
.white{color: white;}
.oren{color: #ff6600;}

/*中央位置*/
.cen {text-align: center;}
/*字消し線*/
.s {text-decoration: line-through;}

/*テキスト強調*/
.sp{
font-weight: bold;
color: #000000;
font-size: 12pt;
}

/*イメージの枠*/
.newig{
border: solid 2px #ffcc33;
}
.waku{
border: solid 2px #6495ed;
}
.noig{
border: solid 2px #808080;
}

/*メニューのタイトル*/
.metit{
font-weight: 900;
font-size: 12pt;
color: #ff6600;
}
/*表題*/
.tit2{
font-weight: bold;
font-size: 12pt;
color: #daa520;
text-align: center;
}
/*日付の表示*/
.date{
font-weight: bold;
font-size: 10pt;
color: orange;
text-decoration: blink;
}
/*もひとつ小さい文字*/
.mini{
line-height: 140%;
letter-spacing: 1.5;
font-size: 8pt;
}
/*異世界名作劇場の異*/
.ired {
font-weight: bold;
color: white;
background-color: red;
}
/*異世界名作劇場のタイトル*/
.tit {
color: blue;
font-size: 12pt;
font-weight: bold;
}
-->