/* CSS for index.html */

body {
  font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;
  font-weight: 100;
  font-size: 20px;
  color: #442233;
  background-color: #ccaabb;
}


a { border-bottom: 1px dotted #442233; text-decoration: none; }
a:hover { border-bottom: 1px solid #442233; text-decoration: none; }
a:link, a:visited { color: #442233; }

div#wrap {
    padding: 40px;
    width: 800px;
    margin: 20px auto;
    background-color: #fff0f9;
    border: 1px solid black;
}

div#contents {
    margin: 0 40px;
}

p#quote {
    font-size: 24px;
    font-style: italic;
}

h1 {
    font-size: 20px;
    font-weight: 400;
}

.contact {
    clear: both;
    font-size: 16px;
    padding-top: 1em;
    text-align: center;
}

hr.fleuron {
    height: 40px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-width: 0;
    background: url("misc/fleuron.png") no-repeat scroll center;
}