
@import url();
body {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 90%;
  line-height: 1.6em;
  text-align: center;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: white;
  color: black;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
}

p.noit-font {
  font-family: "Courier New", monospace;
  font-style: normal;
  font-size: 4em;
  text-align: center;
}

p.tag-font {
  font-family: "Courier New", monospace;
  font-style: normal;
  font-size: 1.2em;
  text-align: center;
}

p.content-font {
  font-family: "Courier New", monospace;
  font-style: normal;
  font-size: 1em;
  text-align: left;
}

div.tagline {
  width: 312px;
  padding: 0px;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
}

div.page-outer {
  max-width: 700px;
  min-height: 600px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  div.page-outer {
    margin-top: 20px;
    box-shadow: 10px 10px 5px #888888;
    border: 2px solid;
    border-color: #dddddd;
  }
}

div.content {
  max-width: 600px;
  
  padding: 0 10px;
  box-sizing: border-box;
  #border: 1px solid;
  #border-color: #dddddd;
}
@media screen and (max-width: 767px) {
  div.content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  div.content {
    position: relative;
    top: 0px;
    left: 50px;
    right: 50px;
  }
}

div.menu {
  max-width: 600px;
  padding: 10px 0;
  #border-width: 1px;
  #border-top-style: solid;
  #border-right-style: solid;
  #border-bottom-style: dotted;
  #border-left-style: solid;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  div.menu {
    padding: 10px;
  }
}

ul {
  list-style-type: none;
  margin: 20;
  padding: 0;
  border-width: 1px;
  #border-top-style: solid;
  #border-right-style: solid;
  #border-bottom-style: dotted;
  #border-left-style: solid;
}

li {
  padding: 10px;
  #float: left;
  #border-width: 1px;
  #border-top-style: solid;
  #border-right-style: solid;
  #border-left-style: solid;
}

a {
  display: block;
  #width: 100px;
  font-family: "Courier New", monospace;
  font-style: normal;
  font-size: 1.2em;
  text-align: left;
  color: black;
}