html {padding: 0;
      margin: 0;
      font: 14px Georgia, "Times New Roman", serif;}

body {padding: 0;
      margin: 0 auto;
      color: #000;
      background-color: #fff;
      font-size: 14px;
      line-height: 1.2;
      text-align: left;
      position: relative;}

body * {margin: 0;
        padding: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;}

h1, h2, h3 {font-weight: bold;}

ul, li {list-style: none;}

p {margin: 14px 0}

a {text-decoration: none;
   background-color: #bdf8e4;
   color: #000;}

a:hover {background-color: #555;}

strong {font-weight: bold;}

em {font-style: italic;}

.float-left {float: left;
             margin: 0;}

.clear-float {clear: both;}

#header {margin: 0;}

#header h1 {margin: 28px auto;
            font-weight: normal;
            font-size: 32px;}

#header a {margin: 0;
           text-decoration: none;
           color: #000;
           display: block;
           background-color: transparent;}

#main {text-align: left;
       margin: 0 auto 0 auto;
       color: #000;}

#main ul {margin: 0;}

#main h2 {font-size: 16px;
          margin: 16px 0 8px 0;
          text-align: center;}

#main h3 {font-size: 14px;
          text-align: center;}

#navigation {display: none;}

ul.inline {list-style: none;}

ul.inline li {display: inline;}