body {
  font-family: Helvetica Neue,Helvetica,Arial,Utkal,sans-serif;
  color: #000000;
  max-width: 978px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;  
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}

p.projects {
  font-size: 30px;
  line-height: 27px;
  font-weight: 300;
  text-align: right;
}

p.description {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  margin-top: -30px;
}

p.centered {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}

p.title {
  margin-top: 50px;
}

p.subtitle {
  font-family: 'Indie Flower', cursive;
  font-size: 50px;  
  text-align: center;
  margin-top: 0px;
}

p.link {
  font-size: 24px;
  line-height: 27px;
  font-weight: 300;
}

p.tiny {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

h1 {  
  font-size: 39px;  
  margin-top: 50px;
  margin-bottom: -5px;  
  font-weight: 400; 
}

h2 {
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

a,a:visited {
  color: #4285f4;
  text-decoration: none;
  white-space: nowrap;
}

a:hover {
  color: #cc0000;
  text-decoration: none;
}

pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  line-height: 22px;
}

span.date {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-weight: bold;
  color: #606060;
  margin-left: 10px;
}

span.bold {
  font-weight: bold;
}

span.backwards {
  unicode-bidi:bidi-override;
  direction: rtl;
} 

span.nowrap {
  white-space: nowrap;
}

hr {
  margin-top: 50px;
  margin-bottom: -30px;  
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table {
  margin-top: -60px;
  width: 100%;
  border-collapse: collapse;
}