@charset "UTF-8";
/* css Document */
/*html display rule*/

body {
  font-family: Arial, Helvetica, sans-serif;
}

.manifesto {
  max-width: 650px;
  margin: 80px auto;
  padding: 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  text-align: left;
}

address,
article,
aside,
canvas,
content,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
menu,
section,
summary {
  display: block;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.tt {
  font-family: "Lucida Console", "Menlo", "Monaco", "Courier New", monospace;
}

a.class1 {
  color: red;
  text-decoration: underline;
  font-family: "Lucida Console", "Menlo", "Monaco", "Courier New", monospace;
}

a {
  font-size: 16px;
  line-height: 80%;
  color: #000;
  top: -50px;
}

h2 {
  font-size: 15px;
}

a:visited {
  color: #000;
  list-style-type: none;
}

a:hover {
  color: red;
  text-decoration: underline;
  font-family: "Lucida Console", "Menlo", "Monaco", "Courier New", monospace;
}
