

/* 使用例 */
/* <link rel="stylesheet" href="./settings.css"> */
/* <div class="TextDef"> */
/* <FONT_BLUE>青文字</FONT_BLUE> */
/* </div"> */

/* 青 */
.TextDef FONT_BLUE{
font-size:100%;
color:#0000fe; /* 色 */
}
/* 黄 */
.TextDef FONT_YELLOW{
font-size:100%;
color:#fcfc00; /* 色 */
}
