/*共通スタイル指定*/

A:link    {color:#000000;text-decoration : none}   /*未訪問のアンカー*/
A:visited {color:#000000;text-decoration : none }   /*訪問済みのアンカー*/
A:active  {color:#94291e;text-decoration : none}   /*選択中のアンカー*/
A:hover   {color:#94291e;text-decoration : none }   /*マウスが通過しているアンカー(CSS2)*/

/* TD { font-size: 10pt} */

.small{font-size: 12px; line-height: 14px}
.xsmall{font-size: 11px; line-height: 13px}

.basesize{font-size:12px; line-height:120%; color:#444444;}

.red-text{color : #ff0000;}