body { font-family: 'Roboto', sans-serif; font-weight: 400; color: #000; line-height: 1.6; background-color: #fff; font-size: 18px; background-image: url("/bg.jpg");}
body { margin:0; padding:0; margin-bottom:0;}
h1 {color: #000; font-weight: 400; font-size:30px;}
h2 {color: #000; font-size: 30px; font-weight: 400;}
a:link { color: #000; text-decoration: none;}
a:visited { color: #000; text-decoration: none;}
a:hover { color:  #CD3700; text-decoration: none;}
img { border: 0px solid #ddd }
a:link img { border: 0px solid #ddd; padding: 3px; border-radius: 5px;}
a:visited img { border: 0px solid #ddd; padding:3px; border-radius: 5px;}
a:hover img { border: 0px solid #000; padding: 3px; border-radius: 5px; background-color: #fff; }
hr { height:1px ;border-width:0; color:#eee; background-color:#eee; }

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