/*「制作者のCSS」author.css*/

body{font-size:1.20em; /*1.2em=120%*/
color:blue; 
background-color:yellow;}

h1{font-size:100%;
color:blue;}

h2{font-size:80%;
color:green;}

h3{font-size:60%;
color:red;}

p.question{font-size:90%;
text-decoration:underline;}

li{list-style-type:circle;}

div.hint{font-size:70%;
color:#ababab;}