
	.center {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
  width: 95%;
  max-width:650px;

}
  .large {
  margin: auto;
  width: 100%;
  max-width:1000px;
}


img {
    width: 100%;
}



body, html {
   
  font-size: 110%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;



}

h1 {

  line-height: 1.2;

}

h2 {

  line-height: 1.3;
  padding-top: 1.3em;



}
h3 {

  line-height: 1.4;
  
}
h3 {

  line-height: 1.5;
 
}

a:link {
  color: #0061FF; 
  background-color: transparent; 
  text-decoration: underline;
}

a:visited {
  color: #0061FF;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #0042AA;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #0061FF;
  background-color: transparent;
  text-decoration: underline;
}
