body {
  font-family: Arial;
  background-color: #eee;
  color: #444;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

input, select, textarea {
  padding: 2px;
  border: 1px solid #999;
  background-color: #ca0;
  color: #000;	
  font-family: Futura, Arial;  
}

a {
  color: #808080;
  text-decoration: none;
}

a:hover {
  color: #ca0;
  text-decoration: underline;
}

.clear {
	clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
  padding-top: 20px;
}

#about {	
  font-family: "BLAIRMDITC TT", Futura, Arial;
}

#about_text {
  width: 85%;
  margin-left: 10px; 
}

#contact {
  margin-left: 10px
}

.yellow {
  color: #ca0;
}

.yellow_link a {
  color: #ca0;
}

#new_post {
  margin: 0 auto;
  width: 600px;
}

.post {
	font-family: Futura, Arial;
	padding-left: 5px;
}

  .post h2 {
    color: #000;
  	font-family: "BLAIRMDITC TT", Futura, Arial;
  	font-size: 120%;
  	font-weight: bold;
  }
    
    .post h2 span {
      background-color: #ca0;   
    }


  .post a {
    color: #000;
    text-decoration: underline;
  }
