/* IMPORTANT */
/* Site design for "Michael and Ben. Living In the Now */
/* The CSS here may be used freely, but the associated graphics (.jpg files) belong to the designer and may not be used by anyone else unless specifically indicated. */

/* general */

body {  font-family: "verdana";
  background: #000;  color: #eee;  margin-top: 15px;  margin-bottom: 40px;  margin-left: auto;  margin-right: auto;  width: 80%;  }a {  background: transparent;
  color: #dddd00;  }h1, h2, h3, h4, h5 {  font-family: times, serif;
  padding-top: 0.6em;  }

h2,h3 {
  text-align: center;
  }

h4 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 25px;		
  }h4.divider {  color: #aaa;  font-size: 17px;  letter-spacing: 1.5em;  margin-bottom: 20px;  margin-top: 20px;  text-align: center;  }

.end {
  border-top: 1px solid;
  padding-top: 25px;
  text-align: right;
  }

.hdr {
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 10px;
  }

h2 {
  text-transform: uppercase;
  }	

