body { font-family: 'Roboto', sans-serif; font-weight: 300;  color: #bbb; line-height: 1.6; background-color: #000; font-size: 18px;}
body { margin:0; padding:0; margin-bottom:0;}
h1 {color: #bbb; font-weight: normal; font-size:30px;}
h2 {color: #bbb; font-size: 30px; font-weight: normal;  margin-top:-1px; margin-bottom:-1px;}
a:link { color: #bbb; text-decoration: none;}
a:visited { color: #bbb; text-decoration: none;}
a:hover { color:  #666; text-decoration: none;}
a:link img { border: 0px solid #bbb; padding: 0px; border-radius: 0px;}
a:visited img { border: 0px solid #bbb; padding:0px; border-radius: 0px;}
a:hover img { border: 0px solid #666; padding: 0px; border-radius: 0px; background-color: #000; }
img { border: 0px solid grey }

hr {
  background: none;
  border: none;
  width: auto;
  height: 0;
  border-top: 1px solid #666;
  border-left: 90px solid transparent; /* shortening left side*/
  border-right: 90px solid transparent; /* shortening right side*/
}

html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}