/* CSS Document */

div#articles_top_stripe {
  background-image: url(../images/graphics/articles.jpg);
  height: 200px;
  clear: both;
  width: 890px;
  border-bottom: 4px solid #004;
  background-color: rgb(69,38,16);
}

div.article { 
  text-align: justify;
  font-size: 10pt;
  width: 90%;
  margin: 30px 5% 20px 5%;
  line-height: 150%;
}

form input#author {
  width: 100%;
}

div.article h1 {
  line-height: 150%;
  text-align: left;
}

img {
  max-width: 550px;
}

div.article li {
  line-height: 150%;
}

form textarea {
  width: 100%;
}

div.story {
  padding: 20px;
  border: 1px solid #99c;
  background-color: #ddf;
} 

.article_table table {
  border-collapse: collapse;
  text-align: center;
}

.article_table table td {
  border: 1px solid #99c;
  width: 130px;
  height: 40px;
}

.article_table table th {
  border: 1px solid #99c;
  width: 130px;
  height: 40px;
  background-color: #ccf;
}
