* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  background-color: white;
  font: 13.34px verdana, arial, helvetica, sans-serif;
  text-align: center; }

body * {
  line-height: 1.4em; }

a {
  color: #4183c4;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  margin-bottom: 1em; }

ul {
  margin-bottom: 1em; }
  ul li {
    margin-left: 1em; }

select, input, textarea {
  font: 99% verdana, arial, helvetica, sans-serif; }

input.text {
  padding: 1px 0; }
