h1 {
        display:        block;
        font-family:    sans-serif;
        font-weight:    bold;
        color:          red;
        text-align:     left;
        font-size:      140%;
  }
h2 {
        display:        block;
        font-family:    sans-serif;
        font-weight:    bold;
        color:          red;
        text-align:     left;
        font-size:      120%;
  }
h3 {
        display:        block;
        font-family:    sans-serif;
        font-weight:    bold;
        color:          red;
        text-align:     left;
        font-size:      100%;
  }
input {
        font-family:    sans-serif;
        font-weight:    normal;
        xfont-height:    smaller;
        background-color: rgb(134,146,209);
}
select {
        font-family:    sans-serif;
        font-weight:    normal;
        font-height:    smaller;
        background-color: rgb(256,206,49);
}
body {
        font-family:    sans-serif;
        font-weight:    normal;
        display:        block;
        font-size:      100%;
        background-color: rgb(256,206,49);
  }
