
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);

div {
  font-family: 'Lato', serif;
  line-height: 1.5;
}

.red {
    color: red;
    font-size: 200%;
}


a:hover {
 color: red;
}

a:visited {
    color: purple;
}

p {
  font-family: Georgia, serif;
  line-height: 1.5;
  font-size: 12pt;
  max-width: 33em;
}

span.footer {
  line-height: 1.5;
  font-size: 12pt;
  max-width: 33em;
}


a.title {
 color:inherit;
 text-decoration: none;
}

a.title:hover {
 color: red;
}

h1 {
  font-size: 2.5rem;
  margin: 0;
    font-weight: 700;  
}

h2 {
    font-size: 1.7rem;
    font-weight: 600;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

