body {
   margin: 2em 1em 2em 70px;
   color: black;
   background-position: top left;
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-image: url(http://www.lilotux.net/~xsiquin/img/verticalTelirisw.jpg)
}
  
h1 {
   color: #515e4b;
   background-color: white;
   text-align: center;
   white-space: nowrap;
   padding-bottom: 1em;
   font: 30px/1 "Impact", sans-serif
}

h2 {
   color: #515e4b;
   background-color: white;
   font-family: Helvetica, Arial, sans-serif
}

h3 {
   font-family: Helvetica, Arial, sans-serif
}

.code {
   color: black;
   background-color: #faf0e6;
   margin-left: 3em;
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   padding: 0.5em;
   font-family: Helvetica, Arial, sans-serif
}

pre {
   color: black;
   background-color: #faf0e6;
   margin-left: 3em;
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   padding: 0.5em;
/*   font-family: Helvetica, Arial, sans-serif */
}

blockquote {
   font-family: Helvetica, Arial, sans-serif;
}

a:link
{
   text-decoration: none
}
a:active
{
   text-decoration: none
}
a:visited
{
   text-decoration: none
}
a:hover
{
   text-decoration: underline
}

