body {
  font-family: 'Roboto', sans-serif;
  justify-content: left;
  
}

.h3 {
    font-family:'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    margin-left: 0;
    font-weight: bold;
        
}
.h3a {
    font-family:'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    margin-left: 0;
    font-weight: normal; 
        
}
.h3b {
    font-family:'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    margin-left: 0;
    font-weight: bold; 
        
}
.p {
    font-family:'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    margin-left: 0;
    font-weight: normal;
}

a.y1 {color: #777777; font-weight: normal;}
a.y1:link {text-decoration: none; font-weight: bold; color: #777777;}
a.y1:visited {text-decoration: none; font-weight: bold; color: #777777;}
a.y1:hover {text-decoration: underline; font-weight: bold; color: #777777;}
a.y1:active {text-decoration: underline; font-weight: bold; color: #777777;}

a.y1-b {color: #000; font-weight: bold;}
a.y1-b:link {text-decoration: none; font-weight: bold; color: #000;}
a.y1-b:visited {text-decoration: none; font-weight: bold; color: #000;}
a.y1-b:hover {text-decoration: underline; font-weight: bold; color: #000;}
a.y1-b:active {text-decoration: underline; font-weight: bold; color: #000;}

a.y2 {color: #777777;}
a.y2:link {text-decoration: none; color: #777777;}
a.y2:visited {text-decoration: none; color: #777777;}
a.y2:hover {text-decoration: underline; color: #777777;}
a.y2:active {text-decoration: none; color: #777777;}

/* ---- grid ---- */

.grid {
  border: 0px;
  max-width: 360px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background: none;
  border: none;
  padding: 0;
  cursor: text;
  display: inline-block;
  color: #000;

}
.button {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background: none;
  border: none;
  padding: 0;
  cursor: text;
  display: inline-block;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
}

hr.a1 {width:360px; border: none; height: 1px; color: #dcdcdc; background-color: #dcdcdc; text-align:left; margin-left:0;} 