/*DIV CSS*/
body {
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5em;
  text-indent: 2%;
  cursor: url(https://cmaoverdensity.neocities.org/backend/img/cur.png), auto;
  }
  
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-style: double none none none;
	border-color: white;
	border-width: 10px;
}

.post {
  margin-bottom: 1em;
  border-style: solid;
	border-color: white;
	border-width: 0.2em;
	padding: 0.5em;
}

/* LINKS */
a {
  color: white;
}

a:hover {
  color: white;
  text-shadow:0px 0px 5px DarkSlateBlue, 0px 0px 5px DarkSlateBlue;
  cursor: url(https://cmaoverdensity.neocities.org/backend/img/sel.png), auto;
}

a:visited {
    color: Silver;
}

.details {
  word-wrap: break-word;
}

/* BUTTONS */
.button {
  background-color: black;
  border-style: double;
  border-color: white;
	border-width: 10px;
  color: white;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.7em;
  font-family: "Times New Roman", Times, serif;
  margin-top: 0.5em;
  cursor: pointer;
}
.button:hover {
  background-color: DarkSlateBlue;
  cursor: url(https://cmaoverdensity.neocities.org/backend/img/sel.png), auto;
}

/* BULLETS */
li::marker {
  color: white;
  content: "★ ";
}
li {
  text-indent: 0%;
  margin: 0 0 10px 0; 
}

new {
  content: url("https://cmaoverdensity.neocities.org/backend/img/new.gif");
  width: 33px;
}

upd8 {
  content: url("https://cmaoverdensity.neocities.org/backend/img/upd8.gif");
  width: 33px;
}

n {
  font-size:0.7em;
}

h2 {
  text-indent: 0%;
}

iframe {
  cursor: url(https://cmaoverdensity.neocities.org/backend/img/cur.png), auto;
}