<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
/*  background-image: url("cha.svg"); */
    background-color: transparent;
    font-family: Georgia, serif;
}
input { background-color: transparent; }
input#phrase { max-width:80%; min-width:80% }
input[type="submit"] {
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: larger;
}
textarea { background-color: transparent; }
h1 { text-align:center; }
fieldset {
    margin-top: 1em;
    margin-bottom: 1em;
}
legend { font-style:italic; }
ul {
  list-style-type: circle; 
}
#banner {
    background-color: #FFE0C0;
    width: 100%;
    font-size: 25px;
    margin-bottom: 0.5em;
    padding-top: 5px;
    padding-bottom: 5px;
}
#name {
    font-weight: bold;
    font-size: larger;
}
.chacolor {			/* color of the svg */
    color: #00C060;
}
.borderchacolor {		/* color of the svg */
    border-color: #00C060;
}
.spacious {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.bannerimg {
    display:none;   /*change to 'inline' if SVG images are supported*/
    vertical-align:middle;
    width:35px;
    height:35px;
    margin-bottom: -3px;
}</pre></body></html>