/* 行の高さ変更 */
.text {line-height : 140% ;}
/* リンクテキストにマウスが乗ったときに色を変更する */ 
/* a:hover { background-color: #ffcccc; color: #808080; } */
a:hover { background-color: #E8E8FF; color: #808080; }
