a {
  font-family: Georgia, Times-new-roman, serif;
  color: rgb(255,255,00);}

body {
  letter-spacing: .04em;
  word-spacing: .1em;
  font-family: Georgia, Times-new-roman, serif;
  font-size: 18px;
  color: rgb(255,255,100);
  background-image: url("/stars.png");
  background-repeat: repeat;
  padding-right: 50px;
  padding-left: 50px;
  line-height: 2.3em;}

h1, h2, h4, h5 {
  font-family: Georgia, Times-new-roman, serif;
  text-align: center;
  color: rgb(255,255,0);}
  
h3 {
  font-family: Georgia, Times-new-roman, serif;
  text-align: center;
  color: rgb(150,150,150);}
  
h6 {
  text-align: center;
  font-family: Georgia, Times-new-roman, serif;
  font-size: 18px;}

.author, a.author {
    color: rgb(255,255,00);
    font-family: Georgia, Times-new-roman, serif;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#nav, #feature, .article, #footer {
  margin-top: 20px;
  padding: 30px 70px 70px 70px;}
#feature, .article {
  width: 86%;
  float: left;
  margin-left: 20px;}

a:link {
  color: rgb(255,255,00);}

.column1 {
  background-color: rgb(00,70,00);
  border-style: double;
  border-width: thin;
  border-color: #c0c0c0;
}
A.column1 {color: rgb(220,220,220);
  border-style: hidden;}
A.column1:link  {text-decoration: none; color: rgb(220,220,220);}
A.column1:visited {text-decoration: none; color: rgb(220,220,220);}
A.column1:hover {text-decoration: underline; color: rgb(220,220,220);}
A.column1:active {text-decoration: none; color: rgb(220,220,220);}