body {
  background-color: #d8d0e3;
  text-align: center;
}

h1 {
  font: 24px arial;
  margin: 0px auto;
  text-align: left;
  color: rgb(114,2,130);
}

h2 {
  font: bold 14px arial;
  margin: 0px auto;
  text-align: left;
  color: black;
}

h3 {
  font: bold 14px arial;
  margin: 0px auto;
  text-align: center;
  color: rgb(114,2,130);
}

h4 {
  font: bold italic 12px century gothic, verdana;
  color: black;
  text-align: justify;
}

h5 {
  font: 12px century gothic, verdana;
  margin: 0px auto;
  color: black;
  text-align: justify;
}

p {
  font: 12px century gothic, verdana;
  color: black;
  text-align: justify;
}

.bold {
  font: bold 12px century gothic, verdana;
  color: black;
  text-align: justify;
}

.quote-source {
  font: bold 12px century gothic, verdana;
  color: black;
  text-align: right;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: red;
}

.floatstop {
  clear:both;
}

.links {
  color: #d8d0e3;
  text-align: right;
  padding: 10px 10px 10px 10px;
}

.image-links {
  color: rgb(114,2,130);
  text-align: middle;
}

.email {
  color: white;
  text-align: left;
}

.headline {
  font: bold 14px arial;
  text-align: left;
}

.date {
  font: bold 12px century gothic, verdana;
  color: black;
  text-align: justify;
}


#creditfooter {
  position:relative;
  text-align: right;
} 


div.layout {
  width: 800px;
  border: 5px solid rgb(114,2,130);
  background: white;
}

div.logo {
  background-image: url("../pmc_logo.jpg");
  background-repeat: no-repeat;
  background-position: left top;
}

div.links {
  width: 125px;
  height: 150px;
  margin: 0px 0px 0px 655px;
  border: 5px solid rgb(114,2,130);
  background-color: rgb(114,2,130);
  font: bold 12px century gothic, verdana;
}

div.article {
  width: 750px;
  margin: 15px 15px auto;
  border-bottom: 1px solid black;
  padding: 10px 10px 10px 10px;
  background-color: rgb(253,249,255);
}

div.feature {
  width: 750px;
  margin: 15px 15px auto;
  border-bottom: 1px solid black;
  padding: 10px 10px 10px 10px;
  background-color: rgb(211,171,222);
}

div.article-footer {
  width: 750px;
  border-bottom: 1px solid #dddddd;
  padding: 10px 10px 10px 10px;
}

div.footer {
  width: 750px;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: black;
  color: white;
  padding: 2px 10px 2px 10px;
  font: bold 12px century gothic, verdana;
  text-align: right;
}

div.feedburnerFeedBlock {
  font: 12px century gothic, verdana;
  color: black;
  text-align: justify;
}
