/******* CSS-reset ********/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/****** CSS-reset end *****/
.main {
  margin-top: 50px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}


h1 {
  text-align: center;
  font-size: 28pt;
  font-style: italic;
  margin-bottom: 90px;
}

a  {
  display: inline-block;
  text-align: right;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15pt;
  color: black;
}

  /* unvisited link */

a:link {
    color: black;

}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: yellow;
}

/* selected link */
a:active {
    color: black;
}


h2 {
  font-size: 16pt;
  margin-bottom: 30px;
  margin-top: 50px;
}

#left, #right { 
    margin-bottom: 90px; 
}
