body {
    margin:0;
    padding:0;
    line-height: 1.5em;
    font-family: Helvetica, Arial, Verdana;
    background-color: #FCFEFF;
    background-repeat: no-repeat;
    font-size: 14px;
    text-align: left;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


h2 {
    color: black;
    font-size: 30px;
   	letter-spacing: -1px;
}

h3 {
    font-family: Helvetica;
    font-size: 16px;
}

h4 {
    font-family: Helvetica;
    font-size: 16px;
    color: black;
    font-weight: normal;
    line-height: 20px;
}

p {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 14px;
    color: black;
    line-height: 28px;
}

li {
	list-style-type: none;
}

.right {
  float: right;
}

.gray {
  color: gray;
}

.content {
  background-color: #FCFCFC;
  width: 880px;
  margin: auto;
  padding: 40px;
}

.writing {
  top: 100;
  background-color: #FCFCFC;
  width: 630px;
  left: 0;
  margin-top: 35px;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  	padding-top: 25px;
    padding-right: 5%;
    padding-bottom: 30px;
    padding-left: 5%;
    box-shadow: 0px 0px 4px 0px black;
}


.code {
    padding: 15px;
    background-color: black;
    color: white;
    font-family: Monaco, "Andale Mono", "Courier New";
    font-size: 12px;
}

.quote {
    padding-left: 40px;
    background-color: white;
    font-family: "Andale Mono", "Courier New";
    font-size: 14px;
}

pre {
}

hr {
  border: 0 #DEDEDE  solid;
  border-top-width: 0.5px;
  clear: both;
  height: 10;
}


#links {
  margin-left: 0;
  padding-left: 0;
}

ul {
  margin-left: -40px;
}

img {
	max-width: 100%;
	height: auto;
    padding: 10 0 20 0;
}


