/* style.css - a simple style sheet */
body    {margin-left: 10%; margin-right: 10%;
        color: rgb(55, 55, 50); background: rgb(120, 120, 100);
        }
#content {
margin: 0 auto 20 px 20px; padding: 1em 0 0;
width: 512px; background-color: #fff; font-size: 1.25em; line-height: 1.75em;
}
a:link, a {
border: none;
color: darkgrey;
text-decoration: underline;
}
h1 { margin-left: -6%;}
h2,h3,h4,h5,h6 { margin-left: -4%;}
body { font-family: Helvetica, sans-serif; }
h2 { font-family: Helvetica, sans-serif; }
div.box { border: solid; border-width: thin; width: 90% }

p.thumb a, ul.thumbnails a {
width: 120px; height: 120px; margin-right: 2px; margin-bottom: 4px;
  }

p.thumb, ul.thumbnails {
margin: 0 0 10px 0; padding: 0; float: left; text-align: center; background-color: #fff;
line-height: 1em; list-style: none;
}
