img.fig{
    float: right;
}
body {
    background-color:#ffffc0;
    text-align:justyfy;
    padding-left:1em;	
    padding-right:1em;	
}
h1 {
    font-size:250%;
    color:#C016C0;
    color:#2080f0;
    text-align:center;
    text-decoration:overline underline; 
    font-family: 'MS UI Gothic', Osaka, sans-serif
}
h2 {
    font-size:140%;
    color:#801680;
    text-align:center;
}
h3 {
    font-size:110%;
    color:#CC6600;
    background-color:transparent;
    padding:3px 5px 5px;
    border-width:1px 0;
    border-color:#000000;
    border-style:solid;
}
blockquote {
    color:#0066cc;
    background-color:transparent;
    padding:3px 5px 5px;
    border-width:1px 0;
    border-color:#000000;
    border-style:dashed;
}
ul{
    list-style-position: outside;
    list-style-type:square;
}

ol{
    list-style-position: outside;
}

dt{
    color:#ff1670;
}

strong{
    color:#701670;
}

.answer{
    font-size:90%;
    color:#ff6060;
}