

body {
 color: #333;
 font-family: "lucida grande", helvetica, arial, sans-serif;
 }

#header {
 height: 150px;
 margin-top: 1em;
 }

#page-title h1 {
 font-weight: bold;
 font-size: 24px;
 line-height: 140px;
 }

#main {
 margin-top: 1em;
 padding-bottom: 4em;
 }

a, a:visited, a:link {
 color: #09c;
 }

a:hover, a:focus {
 color: #c06;
 }

h2, h3, h4, h5, h6 {
 font-weight: bold;
 }

h2 {
 font-size: 21px;
 }

.button a {
 display: block;
 color: #fff;
 background-color:#c06;
 width: 150px;
 padding: 20px;
 font-weight: bold;
 text-decoration: none;
 font-size: 16px;
 text-align:center;
 -webkit-border-radius: 20px;
 -moz-border-radius:20px;
 }

.button a:hover, .button a:focus {
 background-color:#09c;
 }

blockquote {
 background-color: #ebebeb;
 border: #ccc 1px solid;
 font-weight: bold;
 padding: 20px;
 font-style: normal;
 margin: 0;
 }
