html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: .0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 960px;
}

body {
  background: url(images/61H.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

h1 {
  margin: 280px 0px 0px 0px;
  text-align: center;
  color: #FFFF77;
  font: 100px "Libre Baskerville", serif;
  font-weight: 100;
}

h3 {
  font: 25px "Libre Baskerville", serif;
  text-align: center;
  color: white;
  font-weight: 100;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

ul {
  text-align: center;
}

li {
  display: inline;
  margin: 5%;
  margin-top: 5px;
  width: 100px;
  padding: 4px;
  color: #99FFCC;
  font: 20px "Libre Baskerville", serif;
}

li:hover {
  color: white;
}

a {
  text-decoration: none;
  color: white;
  font-weight: 550;
}

.navigation a {
  font-variant: small-caps;
}

a:hover {
  color: #99FFCC;
}
}