html {
    overflow-y: scroll;
}

a {
  text-decoration: none;
}

a.main-link {
  font-family: 'Courier New',Courier,monospace;
  font-size: 14px;
  font-weight: bold;
}

body {
  background: #e1d6b6;
  font-family: 'Courier New',Courier,monospace;
}

div.logo {
  background: transparent url(http://www.motobug.com/images/logo.gif) no-repeat;
  height: 120px;
}

div.blog-block {
  text-align: left;
}

div.nav-block {
  text-align: left;
}

div.tools {
  padding: 10px 0px 0px 0px;
}

img.nav-icon {
  position: relative;
  top: 3px;
}

