@charset "UTF-8";
/* CSS Document */

* {
  margin: 0; 
  padding: 0; 
}

body { 
  font-size: 62.5%; 
  font-family: 'Lucida Grande', Helvetica, sans-serif;
  background: white;
  /*background-image: url("Final.jpg");*/
  background-repeat: no-repeat, repeat;
  color: #999; 
  padding: 20px;
}
tr {
  vertical-align: top;
}
.post {
  width: 500px;
}
p {
  font-size: 1.2em;
  margin: 0 0 15px 0;
}
h1 {
  font-family: Sans-serif;
  font-size: 4em;
  letter-spacing: -1px;
  color: #ccc;
}
h2 {
  font-family: Sans-serif;
  font-size: 3em;
  letter-spacing: -1px;
  color: #ccc;
}