
body {
  background-color: #00ffff;
  color: #ffffff;
  font-family: Garamond;
}
a:link {
  color: #cfefff;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #009991;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.fakelink:hover {
  text-decoration: underline;
  cursor: pointer;
}

.tags {
  opacity: 0.5;
  font-size: 13px;
}

.post{
  background-color:white;padding:40px;color:#00ffff;width:220px;height:320px;overflow:scroll;
  }
  
.ask{
 padding:40px;border:solid #9d9ab3 2px;background:#e4e0ff;color:#464078; 
}