/* リンクとボディの基本的なところの定義 */
body { background-color : black;
       color            : #Ffe6cc; /* tomato; */
       text-align       : left;
       font-size : 12pt;}
a {text-decoration:underline;}
a:link {color : #Fabf80;}  /* #8080FF;} */
a:visited {color : #73573a;} /* #8000FF;} */
a:active {color : #9999FF;} /* #00FFFF;} */
a:hover {color :  violet;
         text-decoration:none;
         background-color: #262626;} /* lavender;} */
span.small {color : lightyellow;
            font-size : 8pt;
            font-weight : 700;}
span.hide {color : black;}
p.title { color : dodgerblue;
          text-align : center;
            font-size : 20pt;
            font-weight : 900;}            
/* I have Lebesgue measure zero. I am LUCY. */