h1 {
    font-size: 30pt;
}

a:link { color: #000; }
a:visited { color: #000; }
a { text-decoration: none; }
a.keyword:link { color: #080; }
a.keyword:visited { color: #080; }
span.keyword { color: #bbb; }
span.highlight {
  color: #04f;
  /* font-weight: bold; */
}
span.kw { color:#0a0; }

li.faq {
    font-size: 130%;
    font-weight: bold;
}
body {
    /* background-image:url(https://gyazo.com/82d2ef8cdc24f49d33757d682781ce20.png); */
    background-image:url(https://gyazo.com/8a400272293449e9c4f7ccba9bfaafe1.png);
    background-color: #ffe;
    font-family: sans-serif;
}

#query {
    font-size:20pt;
    height:24pt;
    x-webkit-speech;
}

#label {
    font-size:20pt;
    height:24pt;
}

#submit {
    -webkit-appearance: none;
    font-size:20pt;
    height: 30pt;
}

#faqlist {
    border: solid;
    border-width: 1px;
    border-color: #fcd;
    overflow-y: scroll;
    height:30%;
    background-color: #fef;
    opacity: 0.8;
}