.small { font-size: 12px; color:white;}
.normal { font-size: 14px; line-height: 21px; color: white }
.title { font-size: 22px; color:white; font-weight: bold; background-color:red}
.program { font-size: 14px; color: white; background-color:darkblue; line-height:18px; font-width:20px}
.format { font-size: 14px; color: lightgreen; line-height:18px; font-width:20px}
.memo { font-size: 12px; color:lightgrey;}
.word { font-size: 14px; color:red;}
.comment { font-size:14px; color:lightgreen;}
.strong{ font-size: 18px; color:red; font-weight: bold;}
.h1 { font-size: 16px; background-color:green}
BODY { background-color:black; font-size: 14px; color:white; line-height:20px}
table { background-color:black; font-size: 14px; color:white; line-height:18px}
a		{ font-size: 13px; line-height: 16px; text-decoration: none; }
a:link		{ font-size: 13px; line-height: 16px; text-decoration: none; color:yellow}
a:visited	{ font-size: 13px; line-height: 16px; text-decoration: none; color:orange}
a:hover		{ font-size: 13px; line-height: 16px; text-decoration: underline; color:orange; }


