html {
  font-family: verdana, sans-serif;
  font-size: 16px;
}

body {
  background-image: url("bg.png");
  background-color: #d8d8d8;
}

a {
  text-decoration:none;
  font-weight: bold;
  color: #999999;
}

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

#main {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  background-color: white;
  margin-bottom: 25px;
  box-shadow: 5px 5px 10px grey;
  border: 1px solid #d8d8d8;
}

#main h1,
#main h2 {
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
}

#main h1 {
  margin-bottom: 10px;
  font-size: 2em;
}

#main h2 {
  font-size: 1.5em;
}

#main h3 {
  margin-top: -15px;
  margin-bottom: -10px;
  padding: 0px;
  font-size: 1em;
  font-weight: lighter;
  font-style: italic;
  color: #999999;
}

#menu {
  text-align: center;
  width: 100%;
  padding: 10px;
  margin-left: -10px;
  margin-bottom: 25px;
  background-color: white;
  box-shadow: 5px 5px 10px grey;
  border: 1px solid #d8d8d8;
}

#logo {
  margin-left: -10px;
}

#container {
  margin: auto;
  width: 750px;
}

code {
    background-color: rgba(0,0,0,.05);
    border-radius: 3px;
    padding: 2px 4px
}

pre>code {
    background-color: rgba(0,0,0,.05);
    display: block;
    padding: .5em;
    -webkit-text-size-adjust: none;
    overflow-x: auto;
    white-space: pre
}

code,pre,samp {
    font-family: Roboto Mono,Lucida Sans Typewriter,Lucida Console,monaco,Courrier,monospace;
    font-size: .85em
}

code *,pre *,samp * {
    font-size: inherit
}