/* The style was gratefully 'borrowed' from bluerobot.com */

body {
  font: 12px verdana, arial, helvetica, sans-serif;
  color: #333;
  background-color: white;
  margin: 50px 0px;
  padding: 0px;
  text-align: center;
}

#Content {
    width:600px;
    margin:0px auto;
    text-align:left;
    padding:15px;
    border:1px dotted #333;
    background-color:#eee;
}

h1 {
    margin: -10px 0px 40px 0px;
    padding: 0;
    text-align: right;
    color: #aaa;
    font-style: oblique;
}

h2 {
    margin: 0px;
    padding: 15px 0px 0px 0px;
}

#Address {
    list-style: none;
}
