body {
        background-color: #fff;
        }
  h1 {  
        color: #139ea7;  
        font-family: serif;
        }
  h2, h3 {
        color: #139ea7;
        font-size: 90%;
        font-family: serif;
        }
  p {
        font-family: sans-serif;
        }
  form {
        display: inline;
        font-family: san-serif;
        font-size: 1.1em;
        font-weight: bold;
        }
  #header {
        font-size: 150%;
        height: 100px;
        }
  #motto {
        font-weight: bold;
        font-style: italic;
        font-size: 60%;
        }       
  #menu {
        color: #fff;
        background-color: #a2c058;
        }
  #menu a {
        color: #fff;
        text-decoration: none;
        font-size: 90%;
        }
  #footer {
        font-size: 70%;
        font-style: italic;
        text-align: center;
        }
  h2 a {
		color: #139ea7;
		text-decoration: none;
	}