p {
  color: white;
  font-size: 20px;
  text-align: center;
  text-align: justify;
  margin-left: 20%;
  margin-right: 20%;
}
.newp {
  text-indent: 4ch;
}
#newp {
  text-indent: 4ch;
}
#tinytext {
  font-size: 12px;
}
#pink {
  color: #FF00E4;
}
#magenta {
 color: #FF00FF;
}
#red {
  color: red;
}
#blue {
  color: blue;
}
ol {
  color: white;
  text-align: center;
  text-align: justify;
}
ul {
  color: white;
  text-align: center;
  text-align: justify
}
li {
  color: white;
  text-align: center;
  text-align: justify;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#center {
  text-align: center;
  text-align: justify;
  margin-left: 25%;
  margin-right: 25%;
}
body {
  background-color: black;
}
blockquote {
  color: lime;
  font-family: serif;
  font-variant: small-caps;
  font-size: 20px;
  text-align: center;
  text-align: justify;
  margin-left: 20%;
  margin-right: 20%;
}
h1 {
  color: lime;
  background-color: black;
  font-family: serif;
  font-weight: bold;
  font-variant: small-caps;
  font-style: italic;
}
a {
  text-decoration: underline;
  color: lime;
  text-align: justify;
}
h2 {
  font-size: 1.5em;
  background-color: white;
  margin: 5px;
  padding: 10px;
  border-style: dashed;
  border-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-color: lime;
}
h3 {
  font-weight: bold;
  font-variant: small-caps;
  border-style: solid;
  border-width: 3px;
  border-color: lime;
  color: lime;
  background-color: gray;
  text-align: center;
  text-align: justify;
  font-size: 2em;
}
h4 {
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: underline;
  font-size: 40px;
  color: lime;
  text-align: center;
}
#header ul {
    width: 700px;
    margin: 0px auto;
    height: 30px;
}

#header li{
    margin: 0px 0px 10px 20px;
    border: 1px dotted #ccc;
    float: left;
    padding: 2px;
    width: 200px;
    text-align: center;
    font-size: 1.5em;
}